#754237

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

Shades of Bole #754237

Tints of Bole #754237

Color information

#754237 (or 0x754237) is unknown color: approx Bole. HEX triplet: 75, 42 and 37. RGB value is (117,66,55). Sum of RGB (Red+Green+Blue) = 117+66+55=238 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.16% from 238); Green value is 66 (26.17% from 255 or 27.73% from 238); Blue value is 55 (21.88% from 255 or 23.11% from 238); Max value from RGB is 117 - color contains mainly: red. Hex color #754237 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754237 is #8ABDC8. Grayscale: #505050. Windows color (decimal): -9092553 or 3621493. OLE color: 3621493.

HSL color Cylindrical-coordinate representation of color #754237: hue angle of 10.65º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #754237 is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.54.

Color convert

RGB1176655-
CMYK00.440.530.54
HSL10.65º36.05%33.73%-
HSV(B)10.65º52.99%45.88%-
XYZ9.977.954.62-
YUV79.99113.9154.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.16%
GREEN value IS 66 (26.17% from 255) = 27.73%
BLUE value IS 55 (21.88% from 255) = 23.11%
R=49.16%
G=27.73%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.53
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117665500.440.530.5410.6536.0533.73
Hex75423702C3536b2422
Octal165102670546566134442
Binary1110101100001011011101011001101011101101011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754237; }

 p { color: rgb(117,66,55); }

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

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

 a { background-color: rgb(117,66,55); }

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

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

 span { border-color: rgb(117,66,55); }

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