#704635

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

Shades of Cumin #704635

Tints of Cumin #704635

Color information

#704635 (or 0x704635) is unknown color: approx Cumin. HEX triplet: 70, 46 and 35. RGB value is (112,70,53). Sum of RGB (Red+Green+Blue) = 112+70+53=235 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.66% from 235); Green value is 70 (27.73% from 255 or 29.79% from 235); Blue value is 53 (21.09% from 255 or 22.55% from 235); Max value from RGB is 112 - color contains mainly: red. Hex color #704635 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704635 is #8FB9CA. Grayscale: #505050. Windows color (decimal): -9419211 or 3491440. OLE color: 3491440.

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

Color convert

RGB1127053-
CMYK00.380.530.56
HSL17.29º35.76%32.35%-
HSV(B)17.29º52.68%43.92%-
XYZ9.518.084.43-
YUV80.62112.41150.38-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.66%
GREEN value IS 70 (27.73% from 255) = 29.79%
BLUE value IS 53 (21.09% from 255) = 22.55%
R=47.66%
G=29.79%
B=22.55%

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
Decimal112705300.380.530.5617.2935.7632.35
Hex7046350263538112420
Octal160106650466570214440
Binary11100001000110110101010011011010111100010001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704635; }

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

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

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

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

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

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

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

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