Html Css Color HEX #724132 Cumin

📋 copy color: '#724132'

red 114 ◦ green 65 ◦ blue 50

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

Shades of Cumin #724132

Tints of Cumin #724132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 21.83%

R = 49.78%
G = 28.38%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.56

 K value IS 0.55

RGB Variations

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

Color information

#724132 (or 0x724132) is known color: Cumin. HEX triplet: 72, 41 and 32. RGB value is (114,65,50). Sum of RGB (Red+Green+Blue) = 114+65+50=229 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.78% from 229); Green value is 65 (25.78% from 255 or 28.38% from 229); Blue value is 50 (19.92% from 255 or 21.83% from 229); Max value from RGB is 114 - color contains mainly: red. Hex color #724132 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724132 is #8DBECD. Grayscale: #4E4E4E. Windows color (decimal): -9289422 or 3293554. OLE color: 3293554.

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

Color convert

RGB 114 65 50 -
CMYK 0 0.43 0.56 0.55
HSL 14.06º 0.39% 0.32% -
HSV(B) 14.06º 0.56% 0.45% -
XYZ 9.41 7.59 3.99 -
YUV 77.94 112.23 153.72 -
System Red Green Blue C M Y K H S L
Decimal 114 65 50 0 0.43 0.56 0.55 14.06 0.39 0.32
Hex 72 41 32 0 2B 38 37 E 27 20
Octal 162 101 62 0 53 70 67 16 47 40
Binary 1110010 1000001 110010 0 101011 111000 110111 1110 100111 100000

Color Harmonies of #724132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724132

Black with #724132

Text Example


Text Example

White with #724132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724132; }

 p { color: rgb(114,65,50); }

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

background-color css

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

 a { background-color: rgb(114,65,50); }

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

border-color css

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

 span { border-color: rgb(114,65,50); }

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