#754642

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

Shades of Bole #754642

Tints of Bole #754642

Color information

#754642 (or 0x754642) is unknown color: approx Bole. HEX triplet: 75, 46 and 42. RGB value is (117,70,66). Sum of RGB (Red+Green+Blue) = 117+70+66=253 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.25% from 253); Green value is 70 (27.73% from 255 or 27.67% from 253); Blue value is 66 (26.17% from 255 or 26.09% from 253); Max value from RGB is 117 - color contains mainly: red. Hex color #754642 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754642 is #8AB9BD. Grayscale: #535353. Windows color (decimal): -9091518 or 4343413. OLE color: 4343413.

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

Color convert

RGB1177066-
CMYK00.400.440.54
HSL4.71º27.87%35.88%-
HSV(B)4.71º43.59%45.88%-
XYZ10.518.566.25-
YUV83.6118.07151.83-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.25%
GREEN value IS 70 (27.73% from 255) = 27.67%
BLUE value IS 66 (26.17% from 255) = 26.09%
R=46.25%
G=27.67%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117706600.400.440.544.7127.8735.88
Hex7546420282C3651c24
Octal165106102050546653444
Binary111010110001101000010010100010110011011010111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754642; }

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

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

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

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

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

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

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

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