#B75708

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

Shades of Tenne (Tawny) #B75708

Tints of Tenne (Tawny) #B75708

Color information

#B75708 (or 0xB75708) is unknown color: approx Tenne (Tawny). HEX triplet: B7, 57 and 08. RGB value is (183,87,8). Sum of RGB (Red+Green+Blue) = 183+87+8=278 (36% of max value = 765). Red value is 183 (71.88% from 255 or 65.83% from 278); Green value is 87 (34.38% from 255 or 31.29% from 278); Blue value is 8 (3.52% from 255 or 2.88% from 278); Max value from RGB is 183 - color contains mainly: red. Hex color #B75708 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75708 is #48A8F7. Grayscale: #6B6B6B. Windows color (decimal): -4761848 or 546743. OLE color: 546743.

HSL color Cylindrical-coordinate representation of color #B75708: hue angle of 27.09º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B75708 is Cyan = 0, Magento = 0.52, Yellow = 0.96 and Black (K on CMYK) = 0.28.

Color convert

RGB183878-
CMYK00.520.960.28
HSL27.09º91.62%37.45%-
HSV(B)27.09º95.63%71.76%-
XYZ22.9816.92.28-
YUV106.772.3182.42-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 65.83%
GREEN value IS 87 (34.38% from 255) = 31.29%
BLUE value IS 8 (3.52% from 255) = 2.88%
R=65.83%
G=31.29%
B=2.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.96
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18387800.520.960.2827.0991.6237.45
HexB7578034601C1b5c25
Octal26712710064140343313445
Binary10110111101011110000110100110000011100110111011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75708; }

 p { color: rgb(183,87,8); }

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

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

 a { background-color: rgb(183,87,8); }

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

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

 span { border-color: rgb(183,87,8); }

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