Html Css Color HEX #704737 Cumin

📋 copy color: '#704737'

red 112 ◦ green 71 ◦ blue 55

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

Shades of Cumin #704737

Tints of Cumin #704737

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.83%

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

R = 47.06%
G = 29.83%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.51

 K value IS 0.56

RGB Variations

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

Color information

#704737 (or 0x704737) is known color: Cumin. HEX triplet: 70, 47 and 37. RGB value is (112,71,55). Sum of RGB (Red+Green+Blue) = 112+71+55=238 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.06% from 238); Green value is 71 (28.12% from 255 or 29.83% from 238); Blue value is 55 (21.88% from 255 or 23.11% from 238); Max value from RGB is 112 - color contains mainly: red. Hex color #704737 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704737 is #8FB8C8. Grayscale: #515151. Windows color (decimal): -9418953 or 3622768. OLE color: 3622768.

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

Color convert

RGB 112 71 55 -
CMYK 0 0.37 0.51 0.56
HSL 16.84º 0.34% 0.33% -
HSV(B) 16.84º 0.51% 0.44% -
XYZ 9.62 8.23 4.7 -
YUV 81.44 113.08 149.8 -
System Red Green Blue C M Y K H S L
Decimal 112 71 55 0 0.37 0.51 0.56 16.84 0.34 0.33
Hex 70 47 37 0 25 33 38 11 22 21
Octal 160 107 67 0 45 63 70 21 42 41
Binary 1110000 1000111 110111 0 100101 110011 111000 10001 100010 100001

Color Harmonies of #704737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704737

Black with #704737

Text Example


Text Example

White with #704737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704737; }

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

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

background-color css

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

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

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

border-color css

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

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

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