#754634

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

Shades of Cumin #754634

Tints of Cumin #754634

Color information

#754634 (or 0x754634) is unknown color: approx Cumin. HEX triplet: 75, 46 and 34. RGB value is (117,70,52). Sum of RGB (Red+Green+Blue) = 117+70+52=239 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.95% from 239); Green value is 70 (27.73% from 255 or 29.29% from 239); Blue value is 52 (20.70% from 255 or 21.76% from 239); Max value from RGB is 117 - color contains mainly: red. Hex color #754634 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754634 is #8AB9CB. Grayscale: #525252. Windows color (decimal): -9091532 or 3425909. OLE color: 3425909.

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

Color convert

RGB1177052-
CMYK00.400.560.54
HSL16.62º38.46%33.14%-
HSV(B)16.62º55.56%45.88%-
XYZ10.158.414.34-
YUV82111.07152.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.95%
GREEN value IS 70 (27.73% from 255) = 29.29%
BLUE value IS 52 (20.70% from 255) = 21.76%
R=48.95%
G=29.29%
B=21.76%

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
Decimal117705200.400.560.5416.6238.4633.14
Hex7546340283836112621
Octal165106640507066214641
Binary11101011000110110100010100011100011011010001100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754634; }

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

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

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

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

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

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

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

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