#704535

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

Shades of Cumin #704535

Tints of Cumin #704535

Color information

#704535 (or 0x704535) is unknown color: approx Cumin. HEX triplet: 70, 45 and 35. RGB value is (112,69,53). Sum of RGB (Red+Green+Blue) = 112+69+53=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 69 (27.34% from 255 or 29.49% from 234); Blue value is 53 (21.09% from 255 or 22.65% from 234); Max value from RGB is 112 - color contains mainly: red. Hex color #704535 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704535 is #8FBACA. Grayscale: #505050. Windows color (decimal): -9419467 or 3491184. OLE color: 3491184.

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

Color convert

RGB1126953-
CMYK00.380.530.56
HSL16.27º35.76%32.35%-
HSV(B)16.27º52.68%43.92%-
XYZ9.457.964.41-
YUV80.03112.75150.8-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.86%
GREEN value IS 69 (27.34% from 255) = 29.49%
BLUE value IS 53 (21.09% from 255) = 22.65%
R=47.86%
G=29.49%
B=22.65%

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
Decimal112695300.380.530.5616.2735.7632.35
Hex7045350263538102420
Octal160105650466570204440
Binary11100001000101110101010011011010111100010000100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704535; }

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

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

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

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

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

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

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

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