#B75608

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

Shades of Tenne (Tawny) #B75608

Tints of Tenne (Tawny) #B75608

Color information

#B75608 (or 0xB75608) is unknown color: approx Tenne (Tawny). HEX triplet: B7, 56 and 08. RGB value is (183,86,8). Sum of RGB (Red+Green+Blue) = 183+86+8=277 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.06% from 277); Green value is 86 (33.98% from 255 or 31.05% from 277); Blue value is 8 (3.52% from 255 or 2.89% from 277); Max value from RGB is 183 - color contains mainly: red. Hex color #B75608 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75608 is #48A9F7. Grayscale: #6A6A6A. Windows color (decimal): -4762104 or 546487. OLE color: 546487.

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

Color convert

RGB183868-
CMYK00.530.960.28
HSL26.74º91.62%37.45%-
HSV(B)26.74º95.63%71.76%-
XYZ22.916.742.25-
YUV106.1172.64182.84-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 66.06%
GREEN value IS 86 (33.98% from 255) = 31.05%
BLUE value IS 8 (3.52% from 255) = 2.89%
R=66.06%
G=31.05%
B=2.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.96
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18386800.530.960.2826.7491.6237.45
HexB7568035601C1b5c25
Octal26712610065140343313445
Binary10110111101011010000110101110000011100110111011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75608; }

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

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

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

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

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

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

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

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