Html Css Color HEX #704637 Cumin

📋 copy color: '#704637'

red 112 ◦ green 70 ◦ blue 55

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

Shades of Cumin #704637

Tints of Cumin #704637

RGB

 RED value IS 112 (44.14% from 255) = 47.26%

 GREEN value IS 70 (27.73% from 255) = 29.54%

 BLUE value IS 55 (21.88% from 255) = 23.21%

R = 47.26%
G = 29.54%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.51

 K value IS 0.56

RGB Variations

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

Color information

#704637 (or 0x704637) is known color: Cumin. HEX triplet: 70, 46 and 37. RGB value is (112,70,55). Sum of RGB (Red+Green+Blue) = 112+70+55=237 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.26% from 237); Green value is 70 (27.73% from 255 or 29.54% from 237); Blue value is 55 (21.88% from 255 or 23.21% from 237); Max value from RGB is 112 - color contains mainly: red. Hex color #704637 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704637 is #8FB9C8. Grayscale: #505050. Windows color (decimal): -9419209 or 3622512. OLE color: 3622512.

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

Color convert

RGB 112 70 55 -
CMYK 0 0.38 0.51 0.56
HSL 15.79º 0.34% 0.33% -
HSV(B) 15.79º 0.51% 0.44% -
XYZ 9.56 8.1 4.67 -
YUV 80.85 113.41 150.22 -
System Red Green Blue C M Y K H S L
Decimal 112 70 55 0 0.38 0.51 0.56 15.79 0.34 0.33
Hex 70 46 37 0 26 33 38 10 22 21
Octal 160 106 67 0 46 63 70 20 42 41
Binary 1110000 1000110 110111 0 100110 110011 111000 10000 100010 100001

Color Harmonies of #704637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704637

Black with #704637

Text Example


Text Example

White with #704637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704637; }

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

 H1.HeaderClassName
 {
   color: #704637;
 }
 .AnyTagClassName
 {
   color: #704637;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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