#76473A

Color #76473A Bole (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bole #76473A

Tints of Bole #76473A

Color information

#76473A (or 0x76473A) is unknown color: approx Bole. HEX triplet: 76, 47 and 3A. RGB value is (118,71,58). Sum of RGB (Red+Green+Blue) = 118+71+58=247 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.77% from 247); Green value is 71 (28.12% from 255 or 28.74% from 247); Blue value is 58 (23.05% from 255 or 23.48% from 247); Max value from RGB is 118 - color contains mainly: red. Hex color #76473A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76473A is #89B8C5. Grayscale: #535353. Windows color (decimal): -9025734 or 3819382. OLE color: 3819382.

HSL color Cylindrical-coordinate representation of color #76473A: hue angle of 13º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76473A is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.54.

Color convert

RGB1187158-
CMYK00.400.510.54
HSL13º34.09%34.51%-
HSV(B)13º50.85%46.27%-
XYZ10.498.665.12-
YUV83.57113.57152.56-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.77%
GREEN value IS 71 (28.12% from 255) = 28.74%
BLUE value IS 58 (23.05% from 255) = 23.48%
R=47.77%
G=28.74%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.51
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118715800.400.510.541334.0934.51
Hex76473A0283336d2223
Octal166107720506366154243
Binary1110110100011111101001010001100111101101101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76473A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76473A; }

 p { color: rgb(118,71,58); }

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

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

 a { background-color: rgb(118,71,58); }

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

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

 span { border-color: rgb(118,71,58); }

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