Html Css Color HEX #CC540D Tenne (Tawny)

📋 copy color: '#CC540D'

red 204 ◦ green 84 ◦ blue 13

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

Shades of Tenne (Tawny) #CC540D

Tints of Tenne (Tawny) #CC540D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.32%

R = 67.77%
G = 27.91%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CC540D (or 0xCC540D) is known color: Tenne (Tawny). HEX triplet: CC, 54 and 0D. RGB value is (204,84,13). Sum of RGB (Red+Green+Blue) = 204+84+13=301 (39% of max value = 765). Red value is 204 (80.08% from 255 or 67.77% from 301); Green value is 84 (33.20% from 255 or 27.91% from 301); Blue value is 13 (5.47% from 255 or 4.32% from 301); Max value from RGB is 204 - color contains mainly: red. Hex color #CC540D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC540D is #33ABF2. Grayscale: #707070. Windows color (decimal): -3386355 or 873676. OLE color: 873676.

HSL color Cylindrical-coordinate representation of color #CC540D: hue angle of 22.3º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC540D is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 84 13 -
CMYK 0 0.59 0.94 0.2
HSL 22.3º 0.88% 0.43% -
HSV(B) 22.3º 0.94% 0.8% -
XYZ 28.14 19.21 2.6 -
YUV 111.79 72.26 193.77 -
System Red Green Blue C M Y K H S L
Decimal 204 84 13 0 0.59 0.94 0.2 22.3 0.88 0.43
Hex CC 54 D 0 3B 5E 14 16 58 2B
Octal 314 124 15 0 73 136 24 26 130 53
Binary 11001100 1010100 1101 0 111011 1011110 10100 10110 1011000 101011

Color Harmonies of #CC540D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC540D

Black with #CC540D

Text Example


Text Example

White with #CC540D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC540D; }

 p { color: rgb(204,84,13); }

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

background-color css

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

 a { background-color: rgb(204,84,13); }

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

border-color css

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

 span { border-color: rgb(204,84,13); }

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