#76453D

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

Shades of Bole #76453D

Tints of Bole #76453D

Color information

#76453D (or 0x76453D) is unknown color: approx Bole. HEX triplet: 76, 45 and 3D. RGB value is (118,69,61). Sum of RGB (Red+Green+Blue) = 118+69+61=248 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.58% from 248); Green value is 69 (27.34% from 255 or 27.82% from 248); Blue value is 61 (24.22% from 255 or 24.60% from 248); Max value from RGB is 118 - color contains mainly: red. Hex color #76453D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76453D is #89BAC2. Grayscale: #525252. Windows color (decimal): -9026243 or 4015478. OLE color: 4015478.

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

Color convert

RGB1186961-
CMYK00.420.480.54
HSL8.42º31.84%35.1%-
HSV(B)8.42º48.31%46.27%-
XYZ10.448.445.49-
YUV82.74115.73153.15-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.58%
GREEN value IS 69 (27.34% from 255) = 27.82%
BLUE value IS 61 (24.22% from 255) = 24.60%
R=47.58%
G=27.82%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.48
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118696100.420.480.548.4231.8435.1
Hex76453D02A303682023
Octal166105750526066104043
Binary1110110100010111110101010101100001101101000100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76453D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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