#76453B

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

Shades of Bole #76453B

Tints of Bole #76453B

Color information

#76453B (or 0x76453B) is unknown color: approx Bole. HEX triplet: 76, 45 and 3B. RGB value is (118,69,59). Sum of RGB (Red+Green+Blue) = 118+69+59=246 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.97% from 246); Green value is 69 (27.34% from 255 or 28.05% from 246); Blue value is 59 (23.44% from 255 or 23.98% from 246); Max value from RGB is 118 - color contains mainly: red. Hex color #76453B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76453B is #89BAC4. Grayscale: #525252. Windows color (decimal): -9026245 or 3884406. OLE color: 3884406.

HSL color Cylindrical-coordinate representation of color #76453B: hue angle of 10.17º 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 #76453B is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB1186959-
CMYK00.420.500.54
HSL10.17º33.33%34.71%-
HSV(B)10.17º50%46.27%-
XYZ10.398.425.22-
YUV82.51114.73153.31-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.97%
GREEN value IS 69 (27.34% from 255) = 28.05%
BLUE value IS 59 (23.44% from 255) = 23.98%
R=47.97%
G=28.05%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118695900.420.500.5410.1733.3334.71
Hex76453B02A3236a2123
Octal166105730526266124143
Binary1110110100010111101101010101100101101101010100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76453B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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