Html Css Color HEX #CA5D04 Tenne (Tawny)

📋 copy color: '#CA5D04'

red 202 ◦ green 93 ◦ blue 4

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

Shades of Tenne (Tawny) #CA5D04

Tints of Tenne (Tawny) #CA5D04

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.1%

 BLUE value IS 4 (1.95% from 255) = 1.34%

R = 67.56%
G = 31.1%
B = 1.34%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#CA5D04 (or 0xCA5D04) is known color: Tenne (Tawny). HEX triplet: CA, 5D and 04. RGB value is (202,93,4). Sum of RGB (Red+Green+Blue) = 202+93+4=299 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.56% from 299); Green value is 93 (36.72% from 255 or 31.10% from 299); Blue value is 4 (1.95% from 255 or 1.34% from 299); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5D04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5D04 is #35A2FB. Grayscale: #737373. Windows color (decimal): -3515132 or 286154. OLE color: 286154.

HSL color Cylindrical-coordinate representation of color #CA5D04: hue angle of 26.97º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA5D04 is Cyan = 0, Magento = 0.54, Yellow = 0.98 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 93 4 -
CMYK 0 0.54 0.98 0.21
HSL 26.97º 0.96% 0.4% -
HSV(B) 26.97º 0.98% 0.79% -
XYZ 28.29 20.39 2.56 -
YUV 115.45 65.11 189.74 -
System Red Green Blue C M Y K H S L
Decimal 202 93 4 0 0.54 0.98 0.21 26.97 0.96 0.4
Hex CA 5D 4 0 36 62 15 1B 60 28
Octal 312 135 4 0 66 142 25 33 140 50
Binary 11001010 1011101 100 0 110110 1100010 10101 11011 1100000 101000

Color Harmonies of #CA5D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5D04

Black with #CA5D04

Text Example


Text Example

White with #CA5D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5D04; }

 p { color: rgb(202,93,4); }

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

background-color css

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

 a { background-color: rgb(202,93,4); }

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

border-color css

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

 span { border-color: rgb(202,93,4); }

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