#B75C0C

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

Shades of Tenne (Tawny) #B75C0C

Tints of Tenne (Tawny) #B75C0C

Color information

#B75C0C (or 0xB75C0C) is unknown color: approx Tenne (Tawny). HEX triplet: B7, 5C and 0C. RGB value is (183,92,12). Sum of RGB (Red+Green+Blue) = 183+92+12=287 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.76% from 287); Green value is 92 (36.33% from 255 or 32.06% from 287); Blue value is 12 (5.08% from 255 or 4.18% from 287); Max value from RGB is 183 - color contains mainly: red. Hex color #B75C0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75C0C is #48A3F3. Grayscale: #6E6E6E. Windows color (decimal): -4760564 or 810167. OLE color: 810167.

HSL color Cylindrical-coordinate representation of color #B75C0C: hue angle of 28.07º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B75C0C is Cyan = 0, Magento = 0.50, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB1839212-
CMYK00.500.930.28
HSL28.07º87.69%38.24%-
HSV(B)28.07º93.44%71.76%-
XYZ23.4217.752.54-
YUV110.0972.65180-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 63.76%
GREEN value IS 92 (36.33% from 255) = 32.06%
BLUE value IS 12 (5.08% from 255) = 4.18%
R=63.76%
G=32.06%
B=4.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.93
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183921200.500.930.2828.0787.6938.24
HexB75CC0325D1C1c5826
Octal26713414062135343413046
Binary10110111101110011000110010101110111100111001011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75C0C; }

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

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

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

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

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

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

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

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