Html Css Color HEX #CA8520 Geebung

📋 copy color: '#CA8520'

red 202 ◦ green 133 ◦ blue 32

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

Shades of Geebung #CA8520

Tints of Geebung #CA8520

RGB

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

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

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

R = 55.04%
G = 36.24%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#CA8520 (or 0xCA8520) is known color: Geebung. HEX triplet: CA, 85 and 20. RGB value is (202,133,32). Sum of RGB (Red+Green+Blue) = 202+133+32=367 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.04% from 367); Green value is 133 (52.34% from 255 or 36.24% from 367); Blue value is 32 (12.89% from 255 or 8.72% from 367); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8520 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8520 is #357ADF. Grayscale: #8E8E8E. Windows color (decimal): -3504864 or 2131402. OLE color: 2131402.

HSL color Cylindrical-coordinate representation of color #CA8520: hue angle of 35.65º 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 #CA8520 is Cyan = 0, Magento = 0.34, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 133 32 -
CMYK 0 0.34 0.84 0.21
HSL 35.65º 0.73% 0.46% -
HSV(B) 35.65º 0.84% 0.79% -
XYZ 33.01 29.44 5.31 -
YUV 142.12 65.86 170.71 -
System Red Green Blue C M Y K H S L
Decimal 202 133 32 0 0.34 0.84 0.21 35.65 0.73 0.46
Hex CA 85 20 0 22 54 15 24 49 2E
Octal 312 205 40 0 42 124 25 44 111 56
Binary 11001010 10000101 100000 0 100010 1010100 10101 100100 1001001 101110

Color Harmonies of #CA8520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8520

Black with #CA8520

Text Example


Text Example

White with #CA8520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8520; }

 p { color: rgb(202,133,32); }

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

background-color css

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

 a { background-color: rgb(202,133,32); }

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

border-color css

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

 span { border-color: rgb(202,133,32); }

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