#B75F04

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

Shades of Tenne (Tawny) #B75F04

Tints of Tenne (Tawny) #B75F04

Color information

#B75F04 (or 0xB75F04) is unknown color: approx Tenne (Tawny). HEX triplet: B7, 5F and 04. RGB value is (183,95,4). Sum of RGB (Red+Green+Blue) = 183+95+4=282 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.89% from 282); Green value is 95 (37.5% from 255 or 33.69% from 282); Blue value is 4 (1.95% from 255 or 1.42% from 282); Max value from RGB is 183 - color contains mainly: red. Hex color #B75F04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75F04 is #48A0FB. Grayscale: #6F6F6F. Windows color (decimal): -4759804 or 286647. OLE color: 286647.

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

Color convert

RGB183954-
CMYK00.480.980.28
HSL30.5º95.72%36.67%-
HSV(B)30.5º97.81%71.76%-
XYZ23.6418.262.39-
YUV110.9467.65179.4-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 64.89%
GREEN value IS 95 (37.5% from 255) = 33.69%
BLUE value IS 4 (1.95% from 255) = 1.42%
R=64.89%
G=33.69%
B=1.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.98
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18395400.480.980.2830.595.7236.67
HexB75F4030621C1f6025
Octal2671374060142343714045
Binary1011011110111111000110000110001011100111111100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75F04; }

 p { color: rgb(183,95,4); }

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

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

 a { background-color: rgb(183,95,4); }

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

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

 span { border-color: rgb(183,95,4); }

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