#754232

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

Shades of Cumin #754232

Tints of Cumin #754232

Color information

#754232 (or 0x754232) is unknown color: approx Cumin. HEX triplet: 75, 42 and 32. RGB value is (117,66,50). Sum of RGB (Red+Green+Blue) = 117+66+50=233 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.21% from 233); Green value is 66 (26.17% from 255 or 28.33% from 233); Blue value is 50 (19.92% from 255 or 21.46% from 233); Max value from RGB is 117 - color contains mainly: red. Hex color #754232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754232 is #8ABDCD. Grayscale: #4F4F4F. Windows color (decimal): -9092558 or 3293813. OLE color: 3293813.

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

Color convert

RGB1176650-
CMYK00.440.570.54
HSL14.33º40.12%32.75%-
HSV(B)14.33º57.26%45.88%-
XYZ9.867.914.02-
YUV79.42111.4154.8-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.21%
GREEN value IS 66 (26.17% from 255) = 28.33%
BLUE value IS 50 (19.92% from 255) = 21.46%
R=50.21%
G=28.33%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.57
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117665000.440.570.5414.3340.1232.75
Hex75423202C3936e2821
Octal165102620547166165041
Binary1110101100001011001001011001110011101101110101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754232; }

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

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

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

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

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

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

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

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