Html Css Color HEX #CA520B Tenne (Tawny)

📋 copy color: '#CA520B'

red 202 ◦ green 82 ◦ blue 11

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

Shades of Tenne (Tawny) #CA520B

Tints of Tenne (Tawny) #CA520B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.8%

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

R = 68.47%
G = 27.8%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.95

 K value IS 0.21

RGB Variations

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

Color information

#CA520B (or 0xCA520B) is known color: Tenne (Tawny). HEX triplet: CA, 52 and 0B. RGB value is (202,82,11). Sum of RGB (Red+Green+Blue) = 202+82+11=295 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.47% from 295); Green value is 82 (32.42% from 255 or 27.80% from 295); Blue value is 11 (4.69% from 255 or 3.73% from 295); Max value from RGB is 202 - color contains mainly: red. Hex color #CA520B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA520B is #35ADF4. Grayscale: #6E6E6E. Windows color (decimal): -3517941 or 742090. OLE color: 742090.

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

Color convert

RGB 202 82 11 -
CMYK 0 0.59 0.95 0.21
HSL 22.3º 0.9% 0.42% -
HSV(B) 22.3º 0.95% 0.79% -
XYZ 27.43 18.62 2.46 -
YUV 109.79 72.26 193.77 -
System Red Green Blue C M Y K H S L
Decimal 202 82 11 0 0.59 0.95 0.21 22.3 0.9 0.42
Hex CA 52 B 0 3B 5F 15 16 5A 2A
Octal 312 122 13 0 73 137 25 26 132 52
Binary 11001010 1010010 1011 0 111011 1011111 10101 10110 1011010 101010

Color Harmonies of #CA520B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA520B

Black with #CA520B

Text Example


Text Example

White with #CA520B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA520B; }

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

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

background-color css

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

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

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

border-color css

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

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

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