Html Css Color HEX #CA8824 Geebung

📋 copy color: '#CA8824'

red 202 ◦ green 136 ◦ blue 36

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

Shades of Geebung #CA8824

Tints of Geebung #CA8824

RGB

 RED value IS 202 (79.3% from 255) = 54.01%

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

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

R = 54.01%
G = 36.36%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#CA8824 (or 0xCA8824) is known color: Geebung. HEX triplet: CA, 88 and 24. RGB value is (202,136,36). Sum of RGB (Red+Green+Blue) = 202+136+36=374 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.01% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 36 (14.45% from 255 or 9.63% from 374); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8824 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8824 is #3577DB. Grayscale: #909090. Windows color (decimal): -3504092 or 2394314. OLE color: 2394314.

HSL color Cylindrical-coordinate representation of color #CA8824: hue angle of 36.14º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CA8824 is Cyan = 0, Magento = 0.33, Yellow = 0.82 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 136 36 -
CMYK 0 0.33 0.82 0.21
HSL 36.14º 0.7% 0.47% -
HSV(B) 36.14º 0.82% 0.79% -
XYZ 33.48 30.29 5.75 -
YUV 144.33 66.87 169.13 -
System Red Green Blue C M Y K H S L
Decimal 202 136 36 0 0.33 0.82 0.21 36.14 0.7 0.47
Hex CA 88 24 0 21 52 15 24 46 2F
Octal 312 210 44 0 41 122 25 44 106 57
Binary 11001010 10001000 100100 0 100001 1010010 10101 100100 1000110 101111

Color Harmonies of #CA8824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8824

Black with #CA8824

Text Example


Text Example

White with #CA8824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8824; }

 p { color: rgb(202,136,36); }

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

background-color css

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

 a { background-color: rgb(202,136,36); }

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

border-color css

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

 span { border-color: rgb(202,136,36); }

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