#754633

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

Shades of Cumin #754633

Tints of Cumin #754633

Color information

#754633 (or 0x754633) is unknown color: approx Cumin. HEX triplet: 75, 46 and 33. RGB value is (117,70,51). Sum of RGB (Red+Green+Blue) = 117+70+51=238 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.16% from 238); Green value is 70 (27.73% from 255 or 29.41% from 238); Blue value is 51 (20.31% from 255 or 21.43% from 238); Max value from RGB is 117 - color contains mainly: red. Hex color #754633 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754633 is #8AB9CC. Grayscale: #525252. Windows color (decimal): -9091533 or 3360373. OLE color: 3360373.

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

Color convert

RGB1177051-
CMYK00.400.560.54
HSL17.27º39.29%32.94%-
HSV(B)17.27º56.41%45.88%-
XYZ10.128.44.22-
YUV81.89110.57153.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.16%
GREEN value IS 70 (27.73% from 255) = 29.41%
BLUE value IS 51 (20.31% from 255) = 21.43%
R=49.16%
G=29.41%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117705100.400.560.5417.2739.2932.94
Hex7546330283836112721
Octal165106630507066214741
Binary11101011000110110011010100011100011011010001100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754633; }

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

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

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

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

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

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

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

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