#B75C10

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

Shades of Tenne (Tawny) #B75C10

Tints of Tenne (Tawny) #B75C10

Color information

#B75C10 (or 0xB75C10) is unknown color: approx Tenne (Tawny). HEX triplet: B7, 5C and 10. RGB value is (183,92,16). Sum of RGB (Red+Green+Blue) = 183+92+16=291 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.89% from 291); Green value is 92 (36.33% from 255 or 31.62% from 291); Blue value is 16 (6.64% from 255 or 5.50% from 291); Max value from RGB is 183 - color contains mainly: red. Hex color #B75C10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75C10 is #48A3EF. Grayscale: #6E6E6E. Windows color (decimal): -4760560 or 1072311. OLE color: 1072311.

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

Color convert

RGB1839216-
CMYK00.500.910.28
HSL27.31º83.92%39.02%-
HSV(B)27.31º91.26%71.76%-
XYZ23.4517.762.68-
YUV110.5474.65179.68-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 62.89%
GREEN value IS 92 (36.33% from 255) = 31.62%
BLUE value IS 16 (6.64% from 255) = 5.50%
R=62.89%
G=31.62%
B=5.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.91
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183921600.500.910.2827.3183.9239.02
HexB75C100325B1C1b5427
Octal26713420062133343312447
Binary101101111011100100000110010101101111100110111010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75C10; }

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

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

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

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

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

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

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

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