Html Css Color HEX #CC5513 Tenne (Tawny)

📋 copy color: '#CC5513'

red 204 ◦ green 85 ◦ blue 19

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

Shades of Tenne (Tawny) #CC5513

Tints of Tenne (Tawny) #CC5513

RGB

 RED value IS 204 (80.08% from 255) = 66.23%

 GREEN value IS 85 (33.59% from 255) = 27.6%

 BLUE value IS 19 (7.81% from 255) = 6.17%

R = 66.23%
G = 27.6%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CC5513 (or 0xCC5513) is known color: Tenne (Tawny). HEX triplet: CC, 55 and 13. RGB value is (204,85,19). Sum of RGB (Red+Green+Blue) = 204+85+19=308 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.23% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 19 (7.81% from 255 or 6.17% from 308); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5513 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5513 is #33AAEC. Grayscale: #717171. Windows color (decimal): -3386093 or 1267148. OLE color: 1267148.

HSL color Cylindrical-coordinate representation of color #CC5513: hue angle of 21.41º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC5513 is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 85 19 -
CMYK 0 0.58 0.91 0.2
HSL 21.41º 0.83% 0.44% -
HSV(B) 21.41º 0.91% 0.8% -
XYZ 28.27 19.38 2.87 -
YUV 113.06 74.92 192.87 -
System Red Green Blue C M Y K H S L
Decimal 204 85 19 0 0.58 0.91 0.2 21.41 0.83 0.44
Hex CC 55 13 0 3A 5B 14 15 53 2C
Octal 314 125 23 0 72 133 24 25 123 54
Binary 11001100 1010101 10011 0 111010 1011011 10100 10101 1010011 101100

Color Harmonies of #CC5513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5513

Black with #CC5513

Text Example


Text Example

White with #CC5513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5513; }

 p { color: rgb(204,85,19); }

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

background-color css

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

 a { background-color: rgb(204,85,19); }

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

border-color css

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

 span { border-color: rgb(204,85,19); }

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