#B45908

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

Shades of Tenne (Tawny) #B45908

Tints of Tenne (Tawny) #B45908

Color information

#B45908 (or 0xB45908) is unknown color: approx Tenne (Tawny). HEX triplet: B4, 59 and 08. RGB value is (180,89,8). Sum of RGB (Red+Green+Blue) = 180+89+8=277 (36% of max value = 765). Red value is 180 (70.70% from 255 or 64.98% from 277); Green value is 89 (35.16% from 255 or 32.13% from 277); Blue value is 8 (3.52% from 255 or 2.89% from 277); Max value from RGB is 180 - color contains mainly: red. Hex color #B45908 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45908 is #4BA6F7. Grayscale: #6B6B6B. Windows color (decimal): -4957944 or 547252. OLE color: 547252.

HSL color Cylindrical-coordinate representation of color #B45908: hue angle of 28.26º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B45908 is Cyan = 0, Magento = 0.51, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB180898-
CMYK00.510.960.29
HSL28.26º91.49%36.86%-
HSV(B)28.26º95.56%70.59%-
XYZ22.4416.872.3-
YUV106.9872.15180.09-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 64.98%
GREEN value IS 89 (35.16% from 255) = 32.13%
BLUE value IS 8 (3.52% from 255) = 2.89%
R=64.98%
G=32.13%
B=2.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.96
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18089800.510.960.2928.2691.4936.86
HexB4598033601D1c5b25
Octal26413110063140353413345
Binary10110100101100110000110011110000011101111001011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45908; }

 p { color: rgb(180,89,8); }

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

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

 a { background-color: rgb(180,89,8); }

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

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

 span { border-color: rgb(180,89,8); }

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