#76413B

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

Shades of Bole #76413B

Tints of Bole #76413B

Color information

#76413B (or 0x76413B) is unknown color: approx Bole. HEX triplet: 76, 41 and 3B. RGB value is (118,65,59). Sum of RGB (Red+Green+Blue) = 118+65+59=242 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.76% from 242); Green value is 65 (25.78% from 255 or 26.86% from 242); Blue value is 59 (23.44% from 255 or 24.38% from 242); Max value from RGB is 118 - color contains mainly: red. Hex color #76413B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76413B is #89BEC4. Grayscale: #505050. Windows color (decimal): -9027269 or 3883382. OLE color: 3883382.

HSL color Cylindrical-coordinate representation of color #76413B: hue angle of 6.1º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76413B is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB1186559-
CMYK00.450.500.54
HSL6.1º33.33%34.71%-
HSV(B)6.1º50%46.27%-
XYZ10.157.955.14-
YUV80.16116.06154.99-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.76%
GREEN value IS 65 (25.78% from 255) = 26.86%
BLUE value IS 59 (23.44% from 255) = 24.38%
R=48.76%
G=26.86%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118655900.450.500.546.133.3334.71
Hex76413B02D323662123
Octal16610173055626664143
Binary111011010000011110110101101110010110110110100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76413B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76413B; }

 p { color: rgb(118,65,59); }

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

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

 a { background-color: rgb(118,65,59); }

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

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

 span { border-color: rgb(118,65,59); }

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