#754238

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

Shades of Bole #754238

Tints of Bole #754238

Color information

#754238 (or 0x754238) is unknown color: approx Bole. HEX triplet: 75, 42 and 38. RGB value is (117,66,56). Sum of RGB (Red+Green+Blue) = 117+66+56=239 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.95% from 239); Green value is 66 (26.17% from 255 or 27.62% from 239); Blue value is 56 (22.27% from 255 or 23.43% from 239); Max value from RGB is 117 - color contains mainly: red. Hex color #754238 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754238 is #8ABDC7. Grayscale: #505050. Windows color (decimal): -9092552 or 3687029. OLE color: 3687029.

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

Color convert

RGB1176656-
CMYK00.440.520.54
HSL9.84º35.26%33.92%-
HSV(B)9.84º52.14%45.88%-
XYZ107.964.75-
YUV80.11114.4154.31-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.95%
GREEN value IS 66 (26.17% from 255) = 27.62%
BLUE value IS 56 (22.27% from 255) = 23.43%
R=48.95%
G=27.62%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.52
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117665600.440.520.549.8435.2633.92
Hex75423802C3436a2322
Octal165102700546466124342
Binary1110101100001011100001011001101001101101010100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754238; }

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

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

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

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

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

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

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

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