Html Css Color HEX #726420 Himalaya

📋 copy color: '#726420'

red 114 ◦ green 100 ◦ blue 32

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

Shades of Himalaya #726420

Tints of Himalaya #726420

RGB

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

 GREEN value IS 100 (39.45% from 255) = 40.65%

 BLUE value IS 32 (12.89% from 255) = 13.01%

R = 46.34%
G = 40.65%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#726420 (or 0x726420) is known color: Himalaya. HEX triplet: 72, 64 and 20. RGB value is (114,100,32). Sum of RGB (Red+Green+Blue) = 114+100+32=246 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.34% from 246); Green value is 100 (39.45% from 255 or 40.65% from 246); Blue value is 32 (12.89% from 255 or 13.01% from 246); Max value from RGB is 114 - color contains mainly: red. Hex color #726420 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726420 is #8D9BDF. Grayscale: #606060. Windows color (decimal): -9280480 or 2122866. OLE color: 2122866.

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

Color convert

RGB 114 100 32 -
CMYK 0 0.12 0.72 0.55
HSL 49.76º 0.56% 0.29% -
HSV(B) 49.76º 0.72% 0.45% -
XYZ 11.76 12.8 3.22 -
YUV 96.43 91.64 140.53 -
System Red Green Blue C M Y K H S L
Decimal 114 100 32 0 0.12 0.72 0.55 49.76 0.56 0.29
Hex 72 64 20 0 C 48 37 32 38 1D
Octal 162 144 40 0 14 110 67 62 70 35
Binary 1110010 1100100 100000 0 1100 1001000 110111 110010 111000 11101

Color Harmonies of #726420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726420

Black with #726420

Text Example


Text Example

White with #726420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726420; }

 p { color: rgb(114,100,32); }

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

background-color css

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

 a { background-color: rgb(114,100,32); }

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

border-color css

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

 span { border-color: rgb(114,100,32); }

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