Html Css Color HEX #704131 Cumin

📋 copy color: '#704131'

red 112 ◦ green 65 ◦ blue 49

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

Shades of Cumin #704131

Tints of Cumin #704131

RGB

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

 GREEN value IS 65 (25.78% from 255) = 28.76%

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

R = 49.56%
G = 28.76%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#704131 (or 0x704131) is known color: Cumin. HEX triplet: 70, 41 and 31. RGB value is (112,65,49). Sum of RGB (Red+Green+Blue) = 112+65+49=226 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.56% from 226); Green value is 65 (25.78% from 255 or 28.76% from 226); Blue value is 49 (19.53% from 255 or 21.68% from 226); Max value from RGB is 112 - color contains mainly: red. Hex color #704131 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704131 is #8FBECE. Grayscale: #4D4D4D. Windows color (decimal): -9420495 or 3228016. OLE color: 3228016.

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

Color convert

RGB 112 65 49 -
CMYK 0 0.42 0.56 0.56
HSL 15.24º 0.39% 0.32% -
HSV(B) 15.24º 0.56% 0.44% -
XYZ 9.13 7.45 3.86 -
YUV 77.23 112.07 152.8 -
System Red Green Blue C M Y K H S L
Decimal 112 65 49 0 0.42 0.56 0.56 15.24 0.39 0.32
Hex 70 41 31 0 2A 38 38 F 27 20
Octal 160 101 61 0 52 70 70 17 47 40
Binary 1110000 1000001 110001 0 101010 111000 111000 1111 100111 100000

Color Harmonies of #704131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704131

Black with #704131

Text Example


Text Example

White with #704131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704131; }

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

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

background-color css

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

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

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

border-color css

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

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

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