Html Css Color HEX #C88524 Geebung

📋 copy color: '#C88524'

red 200 ◦ green 133 ◦ blue 36

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

Shades of Geebung #C88524

Tints of Geebung #C88524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.76%

R = 54.2%
G = 36.04%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C88524 (or 0xC88524) is known color: Geebung. HEX triplet: C8, 85 and 24. RGB value is (200,133,36). Sum of RGB (Red+Green+Blue) = 200+133+36=369 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.20% from 369); Green value is 133 (52.34% from 255 or 36.04% from 369); Blue value is 36 (14.45% from 255 or 9.76% from 369); Max value from RGB is 200 - color contains mainly: red. Hex color #C88524 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88524 is #377ADB. Grayscale: #8E8E8E. Windows color (decimal): -3635932 or 2393544. OLE color: 2393544.

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

Color convert

RGB 200 133 36 -
CMYK 0 0.34 0.82 0.22
HSL 35.49º 0.69% 0.46% -
HSV(B) 35.49º 0.82% 0.78% -
XYZ 32.53 29.18 5.59 -
YUV 141.98 68.2 169.39 -
System Red Green Blue C M Y K H S L
Decimal 200 133 36 0 0.34 0.82 0.22 35.49 0.69 0.46
Hex C8 85 24 0 22 52 16 23 45 2E
Octal 310 205 44 0 42 122 26 43 105 56
Binary 11001000 10000101 100100 0 100010 1010010 10110 100011 1000101 101110

Color Harmonies of #C88524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88524

Black with #C88524

Text Example


Text Example

White with #C88524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88524; }

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

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

background-color css

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

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

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

border-color css

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

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

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