Html Css Color HEX #CA5912 Tenne (Tawny)

📋 copy color: '#CA5912'

red 202 ◦ green 89 ◦ blue 18

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

Shades of Tenne (Tawny) #CA5912

Tints of Tenne (Tawny) #CA5912

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.8%

 BLUE value IS 18 (7.42% from 255) = 5.83%

R = 65.37%
G = 28.8%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#CA5912 (or 0xCA5912) is known color: Tenne (Tawny). HEX triplet: CA, 59 and 12. RGB value is (202,89,18). Sum of RGB (Red+Green+Blue) = 202+89+18=309 (40% of max value = 765). Red value is 202 (79.30% from 255 or 65.37% from 309); Green value is 89 (35.16% from 255 or 28.80% from 309); Blue value is 18 (7.42% from 255 or 5.83% from 309); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5912 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5912 is #35A6ED. Grayscale: #737373. Windows color (decimal): -3516142 or 1202634. OLE color: 1202634.

HSL color Cylindrical-coordinate representation of color #CA5912: hue angle of 23.15º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA5912 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 89 18 -
CMYK 0 0.56 0.91 0.21
HSL 23.15º 0.84% 0.43% -
HSV(B) 23.15º 0.91% 0.79% -
XYZ 28.04 19.74 2.91 -
YUV 114.69 73.44 190.27 -
System Red Green Blue C M Y K H S L
Decimal 202 89 18 0 0.56 0.91 0.21 23.15 0.84 0.43
Hex CA 59 12 0 38 5B 15 17 54 2B
Octal 312 131 22 0 70 133 25 27 124 53
Binary 11001010 1011001 10010 0 111000 1011011 10101 10111 1010100 101011

Color Harmonies of #CA5912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5912

Black with #CA5912

Text Example


Text Example

White with #CA5912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5912; }

 p { color: rgb(202,89,18); }

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

background-color css

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

 a { background-color: rgb(202,89,18); }

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

border-color css

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

 span { border-color: rgb(202,89,18); }

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