Html Css Color HEX #CC540F Tenne (Tawny)

📋 copy color: '#CC540F'

red 204 ◦ green 84 ◦ blue 15

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

Shades of Tenne (Tawny) #CC540F

Tints of Tenne (Tawny) #CC540F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.95%

R = 67.33%
G = 27.72%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.93

 K value IS 0.2

RGB Variations

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

Color information

#CC540F (or 0xCC540F) is known color: Tenne (Tawny). HEX triplet: CC, 54 and 0F. RGB value is (204,84,15). Sum of RGB (Red+Green+Blue) = 204+84+15=303 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.33% from 303); Green value is 84 (33.20% from 255 or 27.72% from 303); Blue value is 15 (6.25% from 255 or 4.95% from 303); Max value from RGB is 204 - color contains mainly: red. Hex color #CC540F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC540F is #33ABF0. Grayscale: #707070. Windows color (decimal): -3386353 or 1004748. OLE color: 1004748.

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

Color convert

RGB 204 84 15 -
CMYK 0 0.59 0.93 0.2
HSL 21.9º 0.86% 0.43% -
HSV(B) 21.9º 0.93% 0.8% -
XYZ 28.16 19.21 2.68 -
YUV 112.01 73.26 193.61 -
System Red Green Blue C M Y K H S L
Decimal 204 84 15 0 0.59 0.93 0.2 21.9 0.86 0.43
Hex CC 54 F 0 3B 5D 14 16 56 2B
Octal 314 124 17 0 73 135 24 26 126 53
Binary 11001100 1010100 1111 0 111011 1011101 10100 10110 1010110 101011

Color Harmonies of #CC540F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC540F

Black with #CC540F

Text Example


Text Example

White with #CC540F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC540F; }

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

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

background-color css

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

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

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

border-color css

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

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

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