Html Css Color HEX #C98820 Geebung

📋 copy color: '#C98820'

red 201 ◦ green 136 ◦ blue 32

#C98820
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Geebung #C98820

Tints of Geebung #C98820

RGB

 RED value IS 201 (78.91% from 255) = 54.47%

 GREEN value IS 136 (53.52% from 255) = 36.86%

 BLUE value IS 32 (12.89% from 255) = 8.67%

R = 54.47%
G = 36.86%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.84

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C98820 (or 0xC98820) is known color: Geebung. HEX triplet: C9, 88 and 20. RGB value is (201,136,32). Sum of RGB (Red+Green+Blue) = 201+136+32=369 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.47% from 369); Green value is 136 (53.52% from 255 or 36.86% from 369); Blue value is 32 (12.89% from 255 or 8.67% from 369); Max value from RGB is 201 - color contains mainly: red. Hex color #C98820 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98820 is #3677DF. Grayscale: #909090. Windows color (decimal): -3569632 or 2132169. OLE color: 2132169.

HSL color Cylindrical-coordinate representation of color #C98820: hue angle of 36.92º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C98820 is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 136 32 -
CMYK 0 0.32 0.84 0.21
HSL 36.92º 0.73% 0.46% -
HSV(B) 36.92º 0.84% 0.79% -
XYZ 33.15 30.13 5.43 -
YUV 143.58 65.03 168.96 -
System Red Green Blue C M Y K H S L
Decimal 201 136 32 0 0.32 0.84 0.21 36.92 0.73 0.46
Hex C9 88 20 0 20 54 15 25 49 2E
Octal 311 210 40 0 40 124 25 45 111 56
Binary 11001001 10001000 100000 0 100000 1010100 10101 100101 1001001 101110

Color Harmonies of #C98820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98820

Black with #C98820

Text Example


Text Example

White with #C98820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98820; }

 p { color: rgb(201,136,32); }

 H1.HeaderClassName
 {
   color: #C98820;
 }
 .AnyTagClassName
 {
   color: #C98820;
 }
</style>

background-color css

<style>
 a { background-color: #C98820; }

 a { background-color: rgb(201,136,32); }

 div.DivClassName
 {
   background-color: #C98820;
 }
 .BgClassName
 {
   background-color: #C98820;
 }
</style>

border-color css

<style>
 span { border-color: #C98820; }

 span { border-color: rgb(201,136,32); }

 td.TdClassName
 {
   border-color: #C98820;
 }
 .TagClassName
 {
   border-color: #C98820;
 }
</style>