#754137

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

Shades of Bole #754137

Tints of Bole #754137

Color information

#754137 (or 0x754137) is unknown color: approx Bole. HEX triplet: 75, 41 and 37. RGB value is (117,65,55). Sum of RGB (Red+Green+Blue) = 117+65+55=237 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.37% from 237); Green value is 65 (25.78% from 255 or 27.43% from 237); Blue value is 55 (21.88% from 255 or 23.21% from 237); Max value from RGB is 117 - color contains mainly: red. Hex color #754137 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754137 is #8ABEC8. Grayscale: #4F4F4F. Windows color (decimal): -9092809 or 3621237. OLE color: 3621237.

HSL color Cylindrical-coordinate representation of color #754137: hue angle of 9.68º 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 #754137 is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.54.

Color convert

RGB1176555-
CMYK00.440.530.54
HSL9.68º36.05%33.73%-
HSV(B)9.68º52.99%45.88%-
XYZ9.927.844.6-
YUV79.41114.23154.81-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.37%
GREEN value IS 65 (25.78% from 255) = 27.43%
BLUE value IS 55 (21.88% from 255) = 23.21%
R=49.37%
G=27.43%
B=23.21%

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
Decimal117655500.440.530.549.6836.0533.73
Hex75413702C3536a2422
Octal165101670546566124442
Binary1110101100000111011101011001101011101101010100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754137; }

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

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

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

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

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

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

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

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