Html Css Color HEX #724334 Cumin

📋 copy color: '#724334'

red 114 ◦ green 67 ◦ blue 52

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

Shades of Cumin #724334

Tints of Cumin #724334

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.76%

 BLUE value IS 52 (20.7% from 255) = 22.32%

R = 48.93%
G = 28.76%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#724334 (or 0x724334) is known color: Cumin. HEX triplet: 72, 43 and 34. RGB value is (114,67,52). Sum of RGB (Red+Green+Blue) = 114+67+52=233 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.93% from 233); Green value is 67 (26.56% from 255 or 28.76% from 233); Blue value is 52 (20.70% from 255 or 22.32% from 233); Max value from RGB is 114 - color contains mainly: red. Hex color #724334 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724334 is #8DBCCB. Grayscale: #4F4F4F. Windows color (decimal): -9288908 or 3425138. OLE color: 3425138.

HSL color Cylindrical-coordinate representation of color #724334: hue angle of 14.52º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #724334 is Cyan = 0, Magento = 0.41, Yellow = 0.54 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 67 52 -
CMYK 0 0.41 0.54 0.55
HSL 14.52º 0.37% 0.33% -
HSV(B) 14.52º 0.54% 0.45% -
XYZ 9.57 7.84 4.26 -
YUV 79.34 112.57 152.72 -
System Red Green Blue C M Y K H S L
Decimal 114 67 52 0 0.41 0.54 0.55 14.52 0.37 0.33
Hex 72 43 34 0 29 36 37 F 25 21
Octal 162 103 64 0 51 66 67 17 45 41
Binary 1110010 1000011 110100 0 101001 110110 110111 1111 100101 100001

Color Harmonies of #724334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724334

Black with #724334

Text Example


Text Example

White with #724334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724334; }

 p { color: rgb(114,67,52); }

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

background-color css

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

 a { background-color: rgb(114,67,52); }

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

border-color css

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

 span { border-color: rgb(114,67,52); }

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