Html Css Color HEX #CC540A Tenne (Tawny)

📋 copy color: '#CC540A'

red 204 ◦ green 84 ◦ blue 10

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

Shades of Tenne (Tawny) #CC540A

Tints of Tenne (Tawny) #CC540A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.36%

R = 68.46%
G = 28.19%
B = 3.36%

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

#CC540A (or 0xCC540A) is known color: Tenne (Tawny). HEX triplet: CC, 54 and 0A. RGB value is (204,84,10). Sum of RGB (Red+Green+Blue) = 204+84+10=298 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.46% from 298); Green value is 84 (33.20% from 255 or 28.19% from 298); Blue value is 10 (4.30% from 255 or 3.36% from 298); Max value from RGB is 204 - color contains mainly: red. Hex color #CC540A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC540A is #33ABF5. Grayscale: #6F6F6F. Windows color (decimal): -3386358 or 677068. OLE color: 677068.

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

Color convert

RGB 204 84 10 -
CMYK 0 0.59 0.95 0.2
HSL 22.89º 0.91% 0.42% -
HSV(B) 22.89º 0.95% 0.8% -
XYZ 28.13 19.2 2.51 -
YUV 111.44 70.76 194.02 -
System Red Green Blue C M Y K H S L
Decimal 204 84 10 0 0.59 0.95 0.2 22.89 0.91 0.42
Hex CC 54 A 0 3B 5F 14 17 5B 2A
Octal 314 124 12 0 73 137 24 27 133 52
Binary 11001100 1010100 1010 0 111011 1011111 10100 10111 1011011 101010

Color Harmonies of #CC540A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC540A

Black with #CC540A

Text Example


Text Example

White with #CC540A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC540A; }

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

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

background-color css

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

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

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

border-color css

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

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

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