Html Css Color HEX #724432 Cumin

📋 copy color: '#724432'

red 114 ◦ green 68 ◦ blue 50

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

Shades of Cumin #724432

Tints of Cumin #724432

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.31%

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

R = 49.14%
G = 29.31%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.56

 K value IS 0.55

RGB Variations

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

Color information

#724432 (or 0x724432) is known color: Cumin. HEX triplet: 72, 44 and 32. RGB value is (114,68,50). Sum of RGB (Red+Green+Blue) = 114+68+50=232 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.14% from 232); Green value is 68 (26.95% from 255 or 29.31% from 232); Blue value is 50 (19.92% from 255 or 21.55% from 232); Max value from RGB is 114 - color contains mainly: red. Hex color #724432 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724432 is #8DBBCD. Grayscale: #4F4F4F. Windows color (decimal): -9288654 or 3294322. OLE color: 3294322.

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

Color convert

RGB 114 68 50 -
CMYK 0 0.40 0.56 0.55
HSL 16.88º 0.39% 0.32% -
HSV(B) 16.88º 0.56% 0.45% -
XYZ 9.58 7.94 4.05 -
YUV 79.7 111.24 152.46 -
System Red Green Blue C M Y K H S L
Decimal 114 68 50 0 0.40 0.56 0.55 16.88 0.39 0.32
Hex 72 44 32 0 28 38 37 11 27 20
Octal 162 104 62 0 50 70 67 21 47 40
Binary 1110010 1000100 110010 0 101000 111000 110111 10001 100111 100000

Color Harmonies of #724432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724432

Black with #724432

Text Example


Text Example

White with #724432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724432; }

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

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

background-color css

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

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

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

border-color css

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

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

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