Html Css Color HEX #704231 Cumin

📋 copy color: '#704231'

red 112 ◦ green 66 ◦ blue 49

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

Shades of Cumin #704231

Tints of Cumin #704231

RGB

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

 GREEN value IS 66 (26.17% from 255) = 29.07%

 BLUE value IS 49 (19.53% from 255) = 21.59%

R = 49.34%
G = 29.07%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#704231 (or 0x704231) is known color: Cumin. HEX triplet: 70, 42 and 31. RGB value is (112,66,49). Sum of RGB (Red+Green+Blue) = 112+66+49=227 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.34% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 49 (19.53% from 255 or 21.59% from 227); Max value from RGB is 112 - color contains mainly: red. Hex color #704231 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704231 is #8FBDCE. Grayscale: #4D4D4D. Windows color (decimal): -9420239 or 3228272. OLE color: 3228272.

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

Color convert

RGB 112 66 49 -
CMYK 0 0.41 0.56 0.56
HSL 16.19º 0.39% 0.32% -
HSV(B) 16.19º 0.56% 0.44% -
XYZ 9.18 7.56 3.88 -
YUV 77.82 111.74 152.38 -
System Red Green Blue C M Y K H S L
Decimal 112 66 49 0 0.41 0.56 0.56 16.19 0.39 0.32
Hex 70 42 31 0 29 38 38 10 27 20
Octal 160 102 61 0 51 70 70 20 47 40
Binary 1110000 1000010 110001 0 101001 111000 111000 10000 100111 100000

Color Harmonies of #704231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704231

Black with #704231

Text Example


Text Example

White with #704231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704231; }

 p { color: rgb(112,66,49); }

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

background-color css

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

 a { background-color: rgb(112,66,49); }

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

border-color css

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

 span { border-color: rgb(112,66,49); }

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