#76433B

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

Shades of Bole #76433B

Tints of Bole #76433B

Color information

#76433B (or 0x76433B) is unknown color: approx Bole. HEX triplet: 76, 43 and 3B. RGB value is (118,67,59). Sum of RGB (Red+Green+Blue) = 118+67+59=244 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.36% from 244); Green value is 67 (26.56% from 255 or 27.46% from 244); Blue value is 59 (23.44% from 255 or 24.18% from 244); Max value from RGB is 118 - color contains mainly: red. Hex color #76433B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76433B is #89BCC4. Grayscale: #515151. Windows color (decimal): -9026757 or 3883894. OLE color: 3883894.

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

Color convert

RGB1186759-
CMYK00.430.500.54
HSL8.14º33.33%34.71%-
HSV(B)8.14º50%46.27%-
XYZ10.278.185.18-
YUV81.34115.4154.15-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.36%
GREEN value IS 67 (26.56% from 255) = 27.46%
BLUE value IS 59 (23.44% from 255) = 24.18%
R=48.36%
G=27.46%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118675900.430.500.548.1433.3334.71
Hex76433B02B323682123
Octal166103730536266104143
Binary1110110100001111101101010111100101101101000100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76433B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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