#76493D

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

Shades of Bole #76493D

Tints of Bole #76493D

Color information

#76493D (or 0x76493D) is unknown color: approx Bole. HEX triplet: 76, 49 and 3D. RGB value is (118,73,61). Sum of RGB (Red+Green+Blue) = 118+73+61=252 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.83% from 252); Green value is 73 (28.91% from 255 or 28.97% from 252); Blue value is 61 (24.22% from 255 or 24.21% from 252); Max value from RGB is 118 - color contains mainly: red. Hex color #76493D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76493D is #89B6C2. Grayscale: #555555. Windows color (decimal): -9025219 or 4016502. OLE color: 4016502.

HSL color Cylindrical-coordinate representation of color #76493D: hue angle of 12.63º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #76493D is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.54.

Color convert

RGB1187361-
CMYK00.380.480.54
HSL12.63º31.84%35.1%-
HSV(B)12.63º48.31%46.27%-
XYZ10.78.955.58-
YUV85.09114.41151.48-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.83%
GREEN value IS 73 (28.91% from 255) = 28.97%
BLUE value IS 61 (24.22% from 255) = 24.21%
R=46.83%
G=28.97%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.48
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118736100.380.480.5412.6331.8435.1
Hex76493D0263036d2023
Octal166111750466066154043
Binary1110110100100111110101001101100001101101101100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76493D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76493D; }

 p { color: rgb(118,73,61); }

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

<style>
 a { background-color: #76493D; }

 a { background-color: rgb(118,73,61); }

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

<style>
 span { border-color: #76493D; }

 span { border-color: rgb(118,73,61); }

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