#76443A

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

Shades of Bole #76443A

Tints of Bole #76443A

Color information

#76443A (or 0x76443A) is unknown color: approx Bole. HEX triplet: 76, 44 and 3A. RGB value is (118,68,58). Sum of RGB (Red+Green+Blue) = 118+68+58=244 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.36% from 244); Green value is 68 (26.95% from 255 or 27.87% from 244); Blue value is 58 (23.05% from 255 or 23.77% from 244); Max value from RGB is 118 - color contains mainly: red. Hex color #76443A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76443A is #89BBC5. Grayscale: #515151. Windows color (decimal): -9026502 or 3818614. OLE color: 3818614.

HSL color Cylindrical-coordinate representation of color #76443A: hue angle of 10º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76443A is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.54.

Color convert

RGB1186858-
CMYK00.420.510.54
HSL10º34.09%34.51%-
HSV(B)10º50.85%46.27%-
XYZ10.38.295.06-
YUV81.81114.56153.81-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.36%
GREEN value IS 68 (26.95% from 255) = 27.87%
BLUE value IS 58 (23.05% from 255) = 23.77%
R=48.36%
G=27.87%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.51
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118685800.420.510.541034.0934.51
Hex76443A02A3336a2223
Octal166104720526366124243
Binary1110110100010011101001010101100111101101010100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76443A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76443A; }

 p { color: rgb(118,68,58); }

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

<style>
 a { background-color: #76443A; }

 a { background-color: rgb(118,68,58); }

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

<style>
 span { border-color: #76443A; }

 span { border-color: rgb(118,68,58); }

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