#714435

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

Shades of Cumin #714435

Tints of Cumin #714435

Color information

#714435 (or 0x714435) is unknown color: approx Cumin. HEX triplet: 71, 44 and 35. RGB value is (113,68,53). Sum of RGB (Red+Green+Blue) = 113+68+53=234 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.29% from 234); Green value is 68 (26.95% from 255 or 29.06% from 234); Blue value is 53 (21.09% from 255 or 22.65% from 234); Max value from RGB is 113 - color contains mainly: red. Hex color #714435 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714435 is #8EBBCA. Grayscale: #4F4F4F. Windows color (decimal): -9354187 or 3490929. OLE color: 3490929.

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

Color convert

RGB1136853-
CMYK00.400.530.56
HSL15º36.14%32.55%-
HSV(B)15º53.1%44.31%-
XYZ9.527.94.39-
YUV79.74112.91151.72-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.29%
GREEN value IS 68 (26.95% from 255) = 29.06%
BLUE value IS 53 (21.09% from 255) = 22.65%
R=48.29%
G=29.06%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.53
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113685300.400.530.561536.1432.55
Hex7144350283538f2421
Octal161104650506570174441
Binary1110001100010011010101010001101011110001111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714435; }

 p { color: rgb(113,68,53); }

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

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

 a { background-color: rgb(113,68,53); }

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

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

 span { border-color: rgb(113,68,53); }

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