Html Css Color HEX #704635 Cumin

📋 copy color: '#704635'

red 112 ◦ green 70 ◦ blue 53

#704635
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cumin #704635

Tints of Cumin #704635

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 value IS 0

 M value IS 0.38

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#704635 (or 0x704635) is known color: 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

RGB 112 70 53 -
CMYK 0 0.38 0.53 0.56
HSL 17.29º 0.36% 0.32% -
HSV(B) 17.29º 0.53% 0.44% -
XYZ 9.51 8.08 4.43 -
YUV 80.62 112.41 150.38 -
System Red Green Blue C M Y K H S L
Decimal 112 70 53 0 0.38 0.53 0.56 17.29 0.36 0.32
Hex 70 46 35 0 26 35 38 11 24 20
Octal 160 106 65 0 46 65 70 21 44 40
Binary 1110000 1000110 110101 0 100110 110101 111000 10001 100100 100000

Color Harmonies of #704635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704635

Black with #704635

Text Example


Text Example

White with #704635

Text Example


Text Example

HTML Codes & Css Web 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>