#CB520E

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

Shades of Tenne (Tawny) #CB520E

Tints of Tenne (Tawny) #CB520E

Color information

#CB520E (or 0xCB520E) is unknown color: approx Tenne (Tawny). HEX triplet: CB, 52 and 0E. RGB value is (203,82,14). Sum of RGB (Red+Green+Blue) = 203+82+14=299 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.89% from 299); Green value is 82 (32.42% from 255 or 27.42% from 299); Blue value is 14 (5.86% from 255 or 4.68% from 299); Max value from RGB is 203 - color contains mainly: red. Hex color #CB520E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB520E is #34ADF1. Grayscale: #6E6E6E. Windows color (decimal): -3452402 or 938699. OLE color: 938699.

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

Color convert

RGB2038214-
CMYK00.600.930.20
HSL21.59º87.1%42.55%-
HSV(B)21.59º93.1%79.61%-
XYZ27.7318.762.58-
YUV110.4373.59194.03-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 67.89%
GREEN value IS 82 (32.42% from 255) = 27.42%
BLUE value IS 14 (5.86% from 255) = 4.68%
R=67.89%
G=27.42%
B=4.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.93
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203821400.600.930.2021.5987.142.55
HexCB52E03C5D1416572b
Octal31312216074135242612753
Binary11001011101001011100111100101110110100101101010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB520E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB520E; }

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

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

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

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

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

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

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

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