#76483F

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

Shades of Bole #76483F

Tints of Bole #76483F

Color information

#76483F (or 0x76483F) is unknown color: approx Bole. HEX triplet: 76, 48 and 3F. RGB value is (118,72,63). Sum of RGB (Red+Green+Blue) = 118+72+63=253 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.64% from 253); Green value is 72 (28.52% from 255 or 28.46% from 253); Blue value is 63 (25% from 255 or 24.90% from 253); Max value from RGB is 118 - color contains mainly: red. Hex color #76483F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76483F is #89B7C0. Grayscale: #545454. Windows color (decimal): -9025473 or 4147318. OLE color: 4147318.

HSL color Cylindrical-coordinate representation of color #76483F: hue angle of 9.82º degrees, saturation: 0.3, 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 #76483F is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB1187263-
CMYK00.390.470.54
HSL9.82º30.39%35.49%-
HSV(B)9.82º46.61%46.27%-
XYZ10.698.855.85-
YUV84.73115.74151.73-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.64%
GREEN value IS 72 (28.52% from 255) = 28.46%
BLUE value IS 63 (25% from 255) = 24.90%
R=46.64%
G=28.46%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118726300.390.470.549.8230.3935.49
Hex76483F0272F36a1e23
Octal166110770475766123643
Binary111011010010001111110100111101111110110101011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76483F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76483F; }

 p { color: rgb(118,72,63); }

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

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

 a { background-color: rgb(118,72,63); }

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

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

 span { border-color: rgb(118,72,63); }

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