Html Css Color HEX #CC540B Tenne (Tawny)

📋 copy color: '#CC540B'

red 204 ◦ green 84 ◦ blue 11

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

Shades of Tenne (Tawny) #CC540B

Tints of Tenne (Tawny) #CC540B

RGB

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

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

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

R = 68.23%
G = 28.09%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#CC540B (or 0xCC540B) is known color: Tenne (Tawny). HEX triplet: CC, 54 and 0B. RGB value is (204,84,11). Sum of RGB (Red+Green+Blue) = 204+84+11=299 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.23% from 299); Green value is 84 (33.20% from 255 or 28.09% from 299); Blue value is 11 (4.69% from 255 or 3.68% from 299); Max value from RGB is 204 - color contains mainly: red. Hex color #CC540B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC540B is #33ABF4. Grayscale: #6F6F6F. Windows color (decimal): -3386357 or 742604. OLE color: 742604.

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

Color convert

RGB 204 84 11 -
CMYK 0 0.59 0.95 0.2
HSL 22.69º 0.9% 0.42% -
HSV(B) 22.69º 0.95% 0.8% -
XYZ 28.13 19.2 2.54 -
YUV 111.56 71.26 193.94 -
System Red Green Blue C M Y K H S L
Decimal 204 84 11 0 0.59 0.95 0.2 22.69 0.9 0.42
Hex CC 54 B 0 3B 5F 14 17 5A 2A
Octal 314 124 13 0 73 137 24 27 132 52
Binary 11001100 1010100 1011 0 111011 1011111 10100 10111 1011010 101010

Color Harmonies of #CC540B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC540B

Black with #CC540B

Text Example


Text Example

White with #CC540B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC540B; }

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

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

background-color css

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

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

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

border-color css

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

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

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