Html Css Color HEX #C88820 Geebung

📋 copy color: '#C88820'

red 200 ◦ green 136 ◦ blue 32

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

Shades of Geebung #C88820

Tints of Geebung #C88820

RGB

 RED value IS 200 (78.52% from 255) = 54.35%

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

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

R = 54.35%
G = 36.96%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C88820 (or 0xC88820) is known color: Geebung. HEX triplet: C8, 88 and 20. RGB value is (200,136,32). Sum of RGB (Red+Green+Blue) = 200+136+32=368 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.35% from 368); Green value is 136 (53.52% from 255 or 36.96% from 368); Blue value is 32 (12.89% from 255 or 8.70% from 368); Max value from RGB is 200 - color contains mainly: red. Hex color #C88820 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88820 is #3777DF. Grayscale: #8F8F8F. Windows color (decimal): -3635168 or 2132168. OLE color: 2132168.

HSL color Cylindrical-coordinate representation of color #C88820: hue angle of 37.14º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C88820 is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 136 32 -
CMYK 0 0.32 0.84 0.22
HSL 37.14º 0.72% 0.45% -
HSV(B) 37.14º 0.84% 0.78% -
XYZ 32.88 29.99 5.42 -
YUV 143.28 65.2 168.46 -
System Red Green Blue C M Y K H S L
Decimal 200 136 32 0 0.32 0.84 0.22 37.14 0.72 0.45
Hex C8 88 20 0 20 54 16 25 48 2D
Octal 310 210 40 0 40 124 26 45 110 55
Binary 11001000 10001000 100000 0 100000 1010100 10110 100101 1001000 101101

Color Harmonies of #C88820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88820

Black with #C88820

Text Example


Text Example

White with #C88820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88820; }

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

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

background-color css

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

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

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

border-color css

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

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

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