#704536

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

Shades of Cumin #704536

Tints of Cumin #704536

Color information

#704536 (or 0x704536) is unknown color: approx Cumin. HEX triplet: 70, 45 and 36. RGB value is (112,69,54). Sum of RGB (Red+Green+Blue) = 112+69+54=235 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.66% from 235); Green value is 69 (27.34% from 255 or 29.36% from 235); Blue value is 54 (21.48% from 255 or 22.98% from 235); Max value from RGB is 112 - color contains mainly: red. Hex color #704536 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704536 is #8FBAC9. Grayscale: #505050. Windows color (decimal): -9419466 or 3556720. OLE color: 3556720.

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

Color convert

RGB1126954-
CMYK00.380.520.56
HSL15.52º34.94%32.55%-
HSV(B)15.52º51.79%43.92%-
XYZ9.487.974.53-
YUV80.15113.25150.72-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.66%
GREEN value IS 69 (27.34% from 255) = 29.36%
BLUE value IS 54 (21.48% from 255) = 22.98%
R=47.66%
G=29.36%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.52
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112695400.380.520.5615.5234.9432.55
Hex7045360263438102321
Octal160105660466470204341
Binary11100001000101110110010011011010011100010000100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704536; }

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

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

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

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

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

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

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

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