#CB530E

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

Shades of Tenne (Tawny) #CB530E

Tints of Tenne (Tawny) #CB530E

Color information

#CB530E (or 0xCB530E) is unknown color: approx Tenne (Tawny). HEX triplet: CB, 53 and 0E. RGB value is (203,83,14). Sum of RGB (Red+Green+Blue) = 203+83+14=300 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.67% from 300); Green value is 83 (32.81% from 255 or 27.67% from 300); Blue value is 14 (5.86% from 255 or 4.67% from 300); Max value from RGB is 203 - color contains mainly: red. Hex color #CB530E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB530E is #34ACF1. Grayscale: #6F6F6F. Windows color (decimal): -3452146 or 938955. OLE color: 938955.

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

Color convert

RGB2038314-
CMYK00.590.930.20
HSL21.9º87.1%42.55%-
HSV(B)21.9º93.1%79.61%-
XYZ27.818.912.6-
YUV111.0173.26193.61-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 67.67%
GREEN value IS 83 (32.81% from 255) = 27.67%
BLUE value IS 14 (5.86% from 255) = 4.67%
R=67.67%
G=27.67%
B=4.67%

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
Decimal203831400.590.930.2021.987.142.55
HexCB53E03B5D1416572b
Octal31312316073135242612753
Binary11001011101001111100111011101110110100101101010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB530E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB530E; }

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

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

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

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

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

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

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

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