#B45C09

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

Shades of Tenne (Tawny) #B45C09

Tints of Tenne (Tawny) #B45C09

Color information

#B45C09 (or 0xB45C09) is unknown color: approx Tenne (Tawny). HEX triplet: B4, 5C and 09. RGB value is (180,92,9). Sum of RGB (Red+Green+Blue) = 180+92+9=281 (37% of max value = 765). Red value is 180 (70.70% from 255 or 64.06% from 281); Green value is 92 (36.33% from 255 or 32.74% from 281); Blue value is 9 (3.91% from 255 or 3.20% from 281); Max value from RGB is 180 - color contains mainly: red. Hex color #B45C09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45C09 is #4BA3F6. Grayscale: #6D6D6D. Windows color (decimal): -4957175 or 613556. OLE color: 613556.

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

Color convert

RGB180929-
CMYK00.490.950.29
HSL29.12º90.48%37.06%-
HSV(B)29.12º95%70.59%-
XYZ22.717.382.42-
YUV108.8571.65178.75-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 64.06%
GREEN value IS 92 (36.33% from 255) = 32.74%
BLUE value IS 9 (3.91% from 255) = 3.20%
R=64.06%
G=32.74%
B=3.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.95
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18092900.490.950.2929.1290.4837.06
HexB45C90315F1D1d5a25
Octal26413411061137353513245
Binary10110100101110010010110001101111111101111011011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45C09; }

 p { color: rgb(180,92,9); }

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

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

 a { background-color: rgb(180,92,9); }

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

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

 span { border-color: rgb(180,92,9); }

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