Html Css Color HEX #C88522 Geebung

📋 copy color: '#C88522'

red 200 ◦ green 133 ◦ blue 34

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

Shades of Geebung #C88522

Tints of Geebung #C88522

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.24%

 BLUE value IS 34 (13.67% from 255) = 9.26%

R = 54.5%
G = 36.24%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C88522 (or 0xC88522) is known color: Geebung. HEX triplet: C8, 85 and 22. RGB value is (200,133,34). Sum of RGB (Red+Green+Blue) = 200+133+34=367 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.50% from 367); Green value is 133 (52.34% from 255 or 36.24% from 367); Blue value is 34 (13.67% from 255 or 9.26% from 367); Max value from RGB is 200 - color contains mainly: red. Hex color #C88522 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88522 is #377ADD. Grayscale: #8E8E8E. Windows color (decimal): -3635934 or 2262472. OLE color: 2262472.

HSL color Cylindrical-coordinate representation of color #C88522: hue angle of 35.78º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C88522 is Cyan = 0, Magento = 0.34, Yellow = 0.83 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 133 34 -
CMYK 0 0.34 0.83 0.22
HSL 35.78º 0.71% 0.46% -
HSV(B) 35.78º 0.83% 0.78% -
XYZ 32.5 29.17 5.43 -
YUV 141.75 67.2 169.55 -
System Red Green Blue C M Y K H S L
Decimal 200 133 34 0 0.34 0.83 0.22 35.78 0.71 0.46
Hex C8 85 22 0 22 53 16 24 47 2E
Octal 310 205 42 0 42 123 26 44 107 56
Binary 11001000 10000101 100010 0 100010 1010011 10110 100100 1000111 101110

Color Harmonies of #C88522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88522

Black with #C88522

Text Example


Text Example

White with #C88522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88522; }

 p { color: rgb(200,133,34); }

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

background-color css

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

 a { background-color: rgb(200,133,34); }

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

border-color css

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

 span { border-color: rgb(200,133,34); }

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