Html Css Color HEX #724031 Cumin

📋 copy color: '#724031'

red 114 ◦ green 64 ◦ blue 49

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

Shades of Cumin #724031

Tints of Cumin #724031

RGB

 RED value IS 114 (44.92% from 255) = 50.22%

 GREEN value IS 64 (25.39% from 255) = 28.19%

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

R = 50.22%
G = 28.19%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#724031 (or 0x724031) is known color: Cumin. HEX triplet: 72, 40 and 31. RGB value is (114,64,49). Sum of RGB (Red+Green+Blue) = 114+64+49=227 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50.22% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 49 (19.53% from 255 or 21.59% from 227); Max value from RGB is 114 - color contains mainly: red. Hex color #724031 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724031 is #8DBFCE. Grayscale: #4D4D4D. Windows color (decimal): -9289679 or 3227762. OLE color: 3227762.

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

Color convert

RGB 114 64 49 -
CMYK 0 0.44 0.57 0.55
HSL 13.85º 0.4% 0.32% -
HSV(B) 13.85º 0.57% 0.45% -
XYZ 9.33 7.47 3.86 -
YUV 77.24 112.07 154.22 -
System Red Green Blue C M Y K H S L
Decimal 114 64 49 0 0.44 0.57 0.55 13.85 0.4 0.32
Hex 72 40 31 0 2C 39 37 E 28 20
Octal 162 100 61 0 54 71 67 16 50 40
Binary 1110010 1000000 110001 0 101100 111001 110111 1110 101000 100000

Color Harmonies of #724031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724031

Black with #724031

Text Example


Text Example

White with #724031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724031; }

 p { color: rgb(114,64,49); }

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

background-color css

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

 a { background-color: rgb(114,64,49); }

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

border-color css

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

 span { border-color: rgb(114,64,49); }

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