#B75E10

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

Shades of Tenne (Tawny) #B75E10

Tints of Tenne (Tawny) #B75E10

Color information

#B75E10 (or 0xB75E10) is unknown color: approx Tenne (Tawny). HEX triplet: B7, 5E and 10. RGB value is (183,94,16). Sum of RGB (Red+Green+Blue) = 183+94+16=293 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.46% from 293); Green value is 94 (37.11% from 255 or 32.08% from 293); Blue value is 16 (6.64% from 255 or 5.46% from 293); Max value from RGB is 183 - color contains mainly: red. Hex color #B75E10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75E10 is #48A1EF. Grayscale: #707070. Windows color (decimal): -4760048 or 1072823. OLE color: 1072823.

HSL color Cylindrical-coordinate representation of color #B75E10: hue angle of 28.02º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B75E10 is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB1839416-
CMYK00.490.910.28
HSL28.02º83.92%39.02%-
HSV(B)28.02º91.26%71.76%-
XYZ23.6218.112.74-
YUV111.7273.99178.84-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 62.46%
GREEN value IS 94 (37.11% from 255) = 32.08%
BLUE value IS 16 (6.64% from 255) = 5.46%
R=62.46%
G=32.08%
B=5.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.91
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183941600.490.910.2828.0283.9239.02
HexB75E100315B1C1c5427
Octal26713620061133343412447
Binary101101111011110100000110001101101111100111001010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75E10; }

 p { color: rgb(183,94,16); }

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

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

 a { background-color: rgb(183,94,16); }

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

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

 span { border-color: rgb(183,94,16); }

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