#754541

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

Shades of Bole #754541

Tints of Bole #754541

Color information

#754541 (or 0x754541) is unknown color: approx Bole. HEX triplet: 75, 45 and 41. RGB value is (117,69,65). Sum of RGB (Red+Green+Blue) = 117+69+65=251 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.61% from 251); Green value is 69 (27.34% from 255 or 27.49% from 251); Blue value is 65 (25.78% from 255 or 25.90% from 251); Max value from RGB is 117 - color contains mainly: red. Hex color #754541 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754541 is #8ABABE. Grayscale: #525252. Windows color (decimal): -9091775 or 4277621. OLE color: 4277621.

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

Color convert

RGB1176965-
CMYK00.410.440.54
HSL4.62º28.57%35.69%-
HSV(B)4.62º44.44%45.88%-
XYZ10.428.426.08-
YUV82.9117.9152.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.61%
GREEN value IS 69 (27.34% from 255) = 27.49%
BLUE value IS 65 (25.78% from 255) = 25.90%
R=46.61%
G=27.49%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117696500.410.440.544.6228.5735.69
Hex7545410292C3651d24
Octal165105101051546653544
Binary111010110001011000001010100110110011011010111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754541; }

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

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

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

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

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

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

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

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