#B45808

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

Shades of Tenne (Tawny) #B45808

Tints of Tenne (Tawny) #B45808

Color information

#B45808 (or 0xB45808) is unknown color: approx Tenne (Tawny). HEX triplet: B4, 58 and 08. RGB value is (180,88,8). Sum of RGB (Red+Green+Blue) = 180+88+8=276 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.22% from 276); Green value is 88 (34.77% from 255 or 31.88% from 276); Blue value is 8 (3.52% from 255 or 2.90% from 276); Max value from RGB is 180 - color contains mainly: red. Hex color #B45808 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45808 is #4BA7F7. Grayscale: #6A6A6A. Windows color (decimal): -4958200 or 546996. OLE color: 546996.

HSL color Cylindrical-coordinate representation of color #B45808: hue angle of 27.91º 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 #B45808 is Cyan = 0, Magento = 0.51, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB180888-
CMYK00.510.960.29
HSL27.91º91.49%36.86%-
HSV(B)27.91º95.56%70.59%-
XYZ22.3616.72.27-
YUV106.3972.48180.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 65.22%
GREEN value IS 88 (34.77% from 255) = 31.88%
BLUE value IS 8 (3.52% from 255) = 2.90%
R=65.22%
G=31.88%
B=2.90%

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
Decimal18088800.510.960.2927.9191.4936.86
HexB4588033601D1c5b25
Octal26413010063140353413345
Binary10110100101100010000110011110000011101111001011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45808; }

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

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

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

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

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

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

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

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