Html Css Color HEX #704331 Cumin

📋 copy color: '#704331'

red 112 ◦ green 67 ◦ blue 49

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

Shades of Cumin #704331

Tints of Cumin #704331

RGB

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

 GREEN value IS 67 (26.56% from 255) = 29.39%

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

R = 49.12%
G = 29.39%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#704331 (or 0x704331) is known color: Cumin. HEX triplet: 70, 43 and 31. RGB value is (112,67,49). Sum of RGB (Red+Green+Blue) = 112+67+49=228 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.12% from 228); Green value is 67 (26.56% from 255 or 29.39% from 228); Blue value is 49 (19.53% from 255 or 21.49% from 228); Max value from RGB is 112 - color contains mainly: red. Hex color #704331 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704331 is #8FBCCE. Grayscale: #4E4E4E. Windows color (decimal): -9419983 or 3228528. OLE color: 3228528.

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

Color convert

RGB 112 67 49 -
CMYK 0 0.40 0.56 0.56
HSL 17.14º 0.39% 0.32% -
HSV(B) 17.14º 0.56% 0.44% -
XYZ 9.24 7.68 3.9 -
YUV 78.4 111.41 151.96 -
System Red Green Blue C M Y K H S L
Decimal 112 67 49 0 0.40 0.56 0.56 17.14 0.39 0.32
Hex 70 43 31 0 28 38 38 11 27 20
Octal 160 103 61 0 50 70 70 21 47 40
Binary 1110000 1000011 110001 0 101000 111000 111000 10001 100111 100000

Color Harmonies of #704331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704331

Black with #704331

Text Example


Text Example

White with #704331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704331; }

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

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

background-color css

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

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

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

border-color css

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

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

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