Html Css Color HEX #CA540B Tenne (Tawny)

📋 copy color: '#CA540B'

red 202 ◦ green 84 ◦ blue 11

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

Shades of Tenne (Tawny) #CA540B

Tints of Tenne (Tawny) #CA540B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.28%

 BLUE value IS 11 (4.69% from 255) = 3.7%

R = 68.01%
G = 28.28%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.95

 K value IS 0.21

RGB Variations

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

Color information

#CA540B (or 0xCA540B) is known color: Tenne (Tawny). HEX triplet: CA, 54 and 0B. RGB value is (202,84,11). Sum of RGB (Red+Green+Blue) = 202+84+11=297 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.01% from 297); Green value is 84 (33.20% from 255 or 28.28% from 297); Blue value is 11 (4.69% from 255 or 3.70% from 297); Max value from RGB is 202 - color contains mainly: red. Hex color #CA540B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA540B is #35ABF4. Grayscale: #6F6F6F. Windows color (decimal): -3517429 or 742602. OLE color: 742602.

HSL color Cylindrical-coordinate representation of color #CA540B: hue angle of 22.93º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CA540B is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 84 11 -
CMYK 0 0.58 0.95 0.21
HSL 22.93º 0.9% 0.42% -
HSV(B) 22.93º 0.95% 0.79% -
XYZ 27.59 18.92 2.51 -
YUV 110.96 71.59 192.94 -
System Red Green Blue C M Y K H S L
Decimal 202 84 11 0 0.58 0.95 0.21 22.93 0.9 0.42
Hex CA 54 B 0 3A 5F 15 17 5A 2A
Octal 312 124 13 0 72 137 25 27 132 52
Binary 11001010 1010100 1011 0 111010 1011111 10101 10111 1011010 101010

Color Harmonies of #CA540B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA540B

Black with #CA540B

Text Example


Text Example

White with #CA540B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA540B; }

 p { color: rgb(202,84,11); }

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

background-color css

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

 a { background-color: rgb(202,84,11); }

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

border-color css

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

 span { border-color: rgb(202,84,11); }

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