Html Css Color HEX #CA8B20 Geebung

📋 copy color: '#CA8B20'

red 202 ◦ green 139 ◦ blue 32

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

Shades of Geebung #CA8B20

Tints of Geebung #CA8B20

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.27%

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

R = 54.16%
G = 37.27%
B = 8.58%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#CA8B20 (or 0xCA8B20) is known color: Geebung. HEX triplet: CA, 8B and 20. RGB value is (202,139,32). Sum of RGB (Red+Green+Blue) = 202+139+32=373 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.16% from 373); Green value is 139 (54.69% from 255 or 37.27% from 373); Blue value is 32 (12.89% from 255 or 8.58% from 373); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8B20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8B20 is #3574DF. Grayscale: #929292. Windows color (decimal): -3503328 or 2132938. OLE color: 2132938.

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

Color convert

RGB 202 139 32 -
CMYK 0 0.31 0.84 0.21
HSL 37.76º 0.73% 0.46% -
HSV(B) 37.76º 0.84% 0.79% -
XYZ 33.85 31.13 5.59 -
YUV 145.64 63.87 168.2 -
System Red Green Blue C M Y K H S L
Decimal 202 139 32 0 0.31 0.84 0.21 37.76 0.73 0.46
Hex CA 8B 20 0 1F 54 15 26 49 2E
Octal 312 213 40 0 37 124 25 46 111 56
Binary 11001010 10001011 100000 0 11111 1010100 10101 100110 1001001 101110

Color Harmonies of #CA8B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8B20

Black with #CA8B20

Text Example


Text Example

White with #CA8B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8B20; }

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

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

background-color css

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

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

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

border-color css

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

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

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