#714536

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

Shades of Cumin #714536

Tints of Cumin #714536

Color information

#714536 (or 0x714536) is unknown color: approx Cumin. HEX triplet: 71, 45 and 36. RGB value is (113,69,54). Sum of RGB (Red+Green+Blue) = 113+69+54=236 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.88% from 236); Green value is 69 (27.34% from 255 or 29.24% from 236); Blue value is 54 (21.48% from 255 or 22.88% from 236); Max value from RGB is 113 - color contains mainly: red. Hex color #714536 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714536 is #8EBAC9. Grayscale: #505050. Windows color (decimal): -9353930 or 3556721. OLE color: 3556721.

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

Color convert

RGB1136954-
CMYK00.390.520.56
HSL15.25º35.33%32.75%-
HSV(B)15.25º52.21%44.31%-
XYZ9.68.034.53-
YUV80.45113.08151.22-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 47.88%
GREEN value IS 69 (27.34% from 255) = 29.24%
BLUE value IS 54 (21.48% from 255) = 22.88%
R=47.88%
G=29.24%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.52
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113695400.390.520.5615.2535.3332.75
Hex7145360273438f2321
Octal161105660476470174341
Binary1110001100010111011001001111101001110001111100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714536; }

 p { color: rgb(113,69,54); }

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

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

 a { background-color: rgb(113,69,54); }

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

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

 span { border-color: rgb(113,69,54); }

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