Html Css Color HEX #724231 Cumin

📋 copy color: '#724231'

red 114 ◦ green 66 ◦ blue 49

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

Shades of Cumin #724231

Tints of Cumin #724231

RGB

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

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

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

R = 49.78%
G = 28.82%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#724231 (or 0x724231) is known color: Cumin. HEX triplet: 72, 42 and 31. RGB value is (114,66,49). Sum of RGB (Red+Green+Blue) = 114+66+49=229 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.78% from 229); Green value is 66 (26.17% from 255 or 28.82% from 229); Blue value is 49 (19.53% from 255 or 21.40% from 229); Max value from RGB is 114 - color contains mainly: red. Hex color #724231 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724231 is #8DBDCE. Grayscale: #4E4E4E. Windows color (decimal): -9289167 or 3228274. OLE color: 3228274.

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

Color convert

RGB 114 66 49 -
CMYK 0 0.42 0.57 0.55
HSL 15.69º 0.4% 0.32% -
HSV(B) 15.69º 0.57% 0.45% -
XYZ 9.44 7.7 3.89 -
YUV 78.41 111.4 153.38 -
System Red Green Blue C M Y K H S L
Decimal 114 66 49 0 0.42 0.57 0.55 15.69 0.4 0.32
Hex 72 42 31 0 2A 39 37 10 28 20
Octal 162 102 61 0 52 71 67 20 50 40
Binary 1110010 1000010 110001 0 101010 111001 110111 10000 101000 100000

Color Harmonies of #724231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724231

Black with #724231

Text Example


Text Example

White with #724231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724231; }

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

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

background-color css

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

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

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

border-color css

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

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

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