#754840

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

Shades of Bole #754840

Tints of Bole #754840

Color information

#754840 (or 0x754840) is unknown color: approx Bole. HEX triplet: 75, 48 and 40. RGB value is (117,72,64). Sum of RGB (Red+Green+Blue) = 117+72+64=253 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.25% from 253); Green value is 72 (28.52% from 255 or 28.46% from 253); Blue value is 64 (25.39% from 255 or 25.30% from 253); Max value from RGB is 117 - color contains mainly: red. Hex color #754840 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754840 is #8AB7BF. Grayscale: #545454. Windows color (decimal): -9091008 or 4212853. OLE color: 4212853.

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

Color convert

RGB1177264-
CMYK00.380.450.54
HSL9.06º29.28%35.49%-
HSV(B)9.06º45.3%45.88%-
XYZ10.588.795.99-
YUV84.54116.41151.15-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.25%
GREEN value IS 72 (28.52% from 255) = 28.46%
BLUE value IS 64 (25.39% from 255) = 25.30%
R=46.25%
G=28.46%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.45
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117726400.380.450.549.0629.2835.49
Hex7548400262D3691d23
Octal1651101000465566113543
Binary1110101100100010000000100110101101110110100111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754840; }

 p { color: rgb(117,72,64); }

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

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

 a { background-color: rgb(117,72,64); }

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

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

 span { border-color: rgb(117,72,64); }

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