#CB4E14

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

Shades of Tenne (Tawny) #CB4E14

Tints of Tenne (Tawny) #CB4E14

Color information

#CB4E14 (or 0xCB4E14) is unknown color: approx Tenne (Tawny). HEX triplet: CB, 4E and 14. RGB value is (203,78,20). Sum of RGB (Red+Green+Blue) = 203+78+20=301 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.44% from 301); Green value is 78 (30.86% from 255 or 25.91% from 301); Blue value is 20 (8.20% from 255 or 6.64% from 301); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4E14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB4E14 is #34B1EB. Grayscale: #6D6D6D. Windows color (decimal): -3453420 or 1330891. OLE color: 1330891.

HSL color Cylindrical-coordinate representation of color #CB4E14: hue angle of 19.02º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB4E14 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB2037820-
CMYK00.620.900.20
HSL19.02º82.06%43.73%-
HSV(B)19.02º90.15%79.61%-
XYZ27.4818.22.73-
YUV108.7677.91195.22-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 67.44%
GREEN value IS 78 (30.86% from 255) = 25.91%
BLUE value IS 20 (8.20% from 255) = 6.64%
R=67.44%
G=25.91%
B=6.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.90
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203782000.620.900.2019.0282.0643.73
HexCB4E1403E5A1413522c
Octal31311624076132242312254
Binary110010111001110101000111110101101010100100111010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4E14; }

 p { color: rgb(203,78,20); }

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

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

 a { background-color: rgb(203,78,20); }

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

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

 span { border-color: rgb(203,78,20); }

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