#CB540E

Color #CB540E Tenne (Tawny) (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tenne (Tawny) #CB540E

Tints of Tenne (Tawny) #CB540E

Color information

#CB540E (or 0xCB540E) is unknown color: approx Tenne (Tawny). HEX triplet: CB, 54 and 0E. RGB value is (203,84,14). Sum of RGB (Red+Green+Blue) = 203+84+14=301 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.44% from 301); Green value is 84 (33.20% from 255 or 27.91% from 301); Blue value is 14 (5.86% from 255 or 4.65% from 301); Max value from RGB is 203 - color contains mainly: red. Hex color #CB540E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB540E is #34ABF1. Grayscale: #707070. Windows color (decimal): -3451890 or 939211. OLE color: 939211.

HSL color Cylindrical-coordinate representation of color #CB540E: hue angle of 22.22º degrees, saturation: 0.87, 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 #CB540E is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.20.

Color convert

RGB2038414-
CMYK00.590.930.20
HSL22.22º87.1%42.55%-
HSV(B)22.22º93.1%79.61%-
XYZ27.8819.072.63-
YUV111.672.92193.19-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 67.44%
GREEN value IS 84 (33.20% from 255) = 27.91%
BLUE value IS 14 (5.86% from 255) = 4.65%
R=67.44%
G=27.91%
B=4.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.93
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203841400.590.930.2022.2287.142.55
HexCB54E03B5D1416572b
Octal31312416073135242612753
Binary11001011101010011100111011101110110100101101010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB540E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB540E; }

 p { color: rgb(203,84,14); }

 H1.HeaderClassName
 {
   color: #CB540E;
 }
 .AnyTagClassName
 {
   color: #CB540E;
 }
</style>
background-color css

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

 a { background-color: rgb(203,84,14); }

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

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

 span { border-color: rgb(203,84,14); }

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