#CB7000

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

Shades of Tenne (Tawny) #CB7000

Tints of Tenne (Tawny) #CB7000

Color information

#CB7000 (or 0xCB7000) is unknown color: approx Tenne (Tawny). HEX triplet: CB, 70 and 00. RGB value is (203,112,0). Sum of RGB (Red+Green+Blue) = 203+112+0=315 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.44% from 315); Green value is 112 (44.14% from 255 or 35.56% from 315); Blue value is 0 (0.39% from 255 or 0% from 315); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7000 is #348FFF. Grayscale: #7E7E7E. Windows color (decimal): -3444736 or 28875. OLE color: 28875.

HSL color Cylindrical-coordinate representation of color #CB7000: hue angle of 33.1º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB7000 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.20.

Color convert

RGB2031120-
CMYK00.4510.20
HSL33.1º100%39.8%-
HSV(B)33.1º100%79.61%-
XYZ30.4224.283.08-
YUV126.4456.65182.61-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 64.44%
GREEN value IS 112 (44.14% from 255) = 35.56%
BLUE value IS 0 (0.39% from 255) = 0%
R=64.44%
G=35.56%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 1
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203112000.4510.2033.110039.8
HexCB70002D6414216428
Octal3131600055144244114450
Binary110010111110000001011011100100101001000011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7000; }

 p { color: rgb(203,112,0); }

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

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

 a { background-color: rgb(203,112,0); }

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

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

 span { border-color: rgb(203,112,0); }

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