#76473E

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

Shades of Bole #76473E

Tints of Bole #76473E

Color information

#76473E (or 0x76473E) is unknown color: approx Bole. HEX triplet: 76, 47 and 3E. RGB value is (118,71,62). Sum of RGB (Red+Green+Blue) = 118+71+62=251 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.01% from 251); Green value is 71 (28.12% from 255 or 28.29% from 251); Blue value is 62 (24.61% from 255 or 24.70% from 251); Max value from RGB is 118 - color contains mainly: red. Hex color #76473E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76473E is #89B8C1. Grayscale: #545454. Windows color (decimal): -9025730 or 4081526. OLE color: 4081526.

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

Color convert

RGB1187162-
CMYK00.400.470.54
HSL9.64º31.11%35.29%-
HSV(B)9.64º47.46%46.27%-
XYZ10.598.715.68-
YUV84.03115.57152.23-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.01%
GREEN value IS 71 (28.12% from 255) = 28.29%
BLUE value IS 62 (24.61% from 255) = 24.70%
R=47.01%
G=28.29%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118716200.400.470.549.6431.1135.29
Hex76473E0282F36a1f23
Octal166107760505766123743
Binary111011010001111111100101000101111110110101011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76473E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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