#714635

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

Shades of Cumin #714635

Tints of Cumin #714635

Color information

#714635 (or 0x714635) is unknown color: approx Cumin. HEX triplet: 71, 46 and 35. RGB value is (113,70,53). Sum of RGB (Red+Green+Blue) = 113+70+53=236 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.88% from 236); Green value is 70 (27.73% from 255 or 29.66% from 236); Blue value is 53 (21.09% from 255 or 22.46% from 236); Max value from RGB is 113 - color contains mainly: red. Hex color #714635 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714635 is #8EB9CA. Grayscale: #515151. Windows color (decimal): -9353675 or 3491441. OLE color: 3491441.

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

Color convert

RGB1137053-
CMYK00.380.530.56
HSL17º36.14%32.55%-
HSV(B)17º53.1%44.31%-
XYZ9.648.154.43-
YUV80.92112.25150.88-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 47.88%
GREEN value IS 70 (27.73% from 255) = 29.66%
BLUE value IS 53 (21.09% from 255) = 22.46%
R=47.88%
G=29.66%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.53
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113705300.380.530.561736.1432.55
Hex7146350263538112421
Octal161106650466570214441
Binary11100011000110110101010011011010111100010001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714635; }

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

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

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

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

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

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

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

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