Html Css Color HEX #724535 Cumin

📋 copy color: '#724535'

red 114 ◦ green 69 ◦ blue 53

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

Shades of Cumin #724535

Tints of Cumin #724535

RGB

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

 GREEN value IS 69 (27.34% from 255) = 29.24%

 BLUE value IS 53 (21.09% from 255) = 22.46%

R = 48.31%
G = 29.24%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#724535 (or 0x724535) is known color: Cumin. HEX triplet: 72, 45 and 35. RGB value is (114,69,53). Sum of RGB (Red+Green+Blue) = 114+69+53=236 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.31% from 236); Green value is 69 (27.34% from 255 or 29.24% from 236); Blue value is 53 (21.09% from 255 or 22.46% from 236); Max value from RGB is 114 - color contains mainly: red. Hex color #724535 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724535 is #8DBACA. Grayscale: #505050. Windows color (decimal): -9288395 or 3491186. OLE color: 3491186.

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

Color convert

RGB 114 69 53 -
CMYK 0 0.39 0.54 0.55
HSL 15.74º 0.37% 0.33% -
HSV(B) 15.74º 0.54% 0.45% -
XYZ 9.71 8.09 4.42 -
YUV 80.63 112.41 151.8 -
System Red Green Blue C M Y K H S L
Decimal 114 69 53 0 0.39 0.54 0.55 15.74 0.37 0.33
Hex 72 45 35 0 27 36 37 10 25 21
Octal 162 105 65 0 47 66 67 20 45 41
Binary 1110010 1000101 110101 0 100111 110110 110111 10000 100101 100001

Color Harmonies of #724535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724535

Black with #724535

Text Example


Text Example

White with #724535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724535; }

 p { color: rgb(114,69,53); }

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

background-color css

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

 a { background-color: rgb(114,69,53); }

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

border-color css

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

 span { border-color: rgb(114,69,53); }

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