#76433F

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

Shades of Bole #76433F

Tints of Bole #76433F

Color information

#76433F (or 0x76433F) is unknown color: approx Bole. HEX triplet: 76, 43 and 3F. RGB value is (118,67,63). Sum of RGB (Red+Green+Blue) = 118+67+63=248 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.58% from 248); Green value is 67 (26.56% from 255 or 27.02% from 248); Blue value is 63 (25% from 255 or 25.40% from 248); Max value from RGB is 118 - color contains mainly: red. Hex color #76433F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76433F is #89BCC0. Grayscale: #515151. Windows color (decimal): -9026753 or 4146038. OLE color: 4146038.

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

Color convert

RGB1186763-
CMYK00.430.470.54
HSL4.36º30.39%35.49%-
HSV(B)4.36º46.61%46.27%-
XYZ10.388.225.74-
YUV81.79117.4153.83-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.58%
GREEN value IS 67 (26.56% from 255) = 27.02%
BLUE value IS 63 (25% from 255) = 25.40%
R=47.58%
G=27.02%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118676300.430.470.544.3630.3935.49
Hex76433F02B2F3641e23
Octal16610377053576643643
Binary11101101000011111111010101110111111011010011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76433F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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