#CB550A

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

Shades of Tenne (Tawny) #CB550A

Tints of Tenne (Tawny) #CB550A

Color information

#CB550A (or 0xCB550A) is unknown color: approx Tenne (Tawny). HEX triplet: CB, 55 and 0A. RGB value is (203,85,10). Sum of RGB (Red+Green+Blue) = 203+85+10=298 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.12% from 298); Green value is 85 (33.59% from 255 or 28.52% from 298); Blue value is 10 (4.30% from 255 or 3.36% from 298); Max value from RGB is 203 - color contains mainly: red. Hex color #CB550A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB550A is #34AAF5. Grayscale: #707070. Windows color (decimal): -3451638 or 677323. OLE color: 677323.

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

Color convert

RGB2038510-
CMYK00.580.950.20
HSL23.32º90.61%41.76%-
HSV(B)23.32º95.07%79.61%-
XYZ27.9319.222.52-
YUV111.7370.59193.1-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 68.12%
GREEN value IS 85 (33.59% from 255) = 28.52%
BLUE value IS 10 (4.30% from 255) = 3.36%
R=68.12%
G=28.52%
B=3.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.95
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203851000.580.950.2023.3290.6141.76
HexCB55A03A5F14175b2a
Octal31312512072137242713352
Binary11001011101010110100111010101111110100101111011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB550A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB550A; }

 p { color: rgb(203,85,10); }

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

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

 a { background-color: rgb(203,85,10); }

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

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

 span { border-color: rgb(203,85,10); }

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