Html Css Color HEX #714131 Cumin

📋 copy color: '#714131'

red 113 ◦ green 65 ◦ blue 49

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

Shades of Cumin #714131

Tints of Cumin #714131

RGB

 RED value IS 113 (44.53% from 255) = 49.78%

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

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

R = 49.78%
G = 28.63%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#714131 (or 0x714131) is known color: Cumin. HEX triplet: 71, 41 and 31. RGB value is (113,65,49). Sum of RGB (Red+Green+Blue) = 113+65+49=227 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.78% from 227); Green value is 65 (25.78% from 255 or 28.63% from 227); Blue value is 49 (19.53% from 255 or 21.59% from 227); Max value from RGB is 113 - color contains mainly: red. Hex color #714131 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714131 is #8EBECE. Grayscale: #4D4D4D. Windows color (decimal): -9354959 or 3228017. OLE color: 3228017.

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

Color convert

RGB 113 65 49 -
CMYK 0 0.42 0.57 0.56
HSL 15º 0.4% 0.32% -
HSV(B) 15º 0.57% 0.44% -
XYZ 9.25 7.51 3.87 -
YUV 77.53 111.9 153.3 -
System Red Green Blue C M Y K H S L
Decimal 113 65 49 0 0.42 0.57 0.56 15 0.4 0.32
Hex 71 41 31 0 2A 39 38 F 28 20
Octal 161 101 61 0 52 71 70 17 50 40
Binary 1110001 1000001 110001 0 101010 111001 111000 1111 101000 100000

Color Harmonies of #714131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714131

Black with #714131

Text Example


Text Example

White with #714131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714131; }

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

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

background-color css

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

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

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

border-color css

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

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

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