Html Css Color HEX #726221 Himalaya

📋 copy color: '#726221'

red 114 ◦ green 98 ◦ blue 33

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

Shades of Himalaya #726221

Tints of Himalaya #726221

RGB

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

 GREEN value IS 98 (38.67% from 255) = 40%

 BLUE value IS 33 (13.28% from 255) = 13.47%

R = 46.53%
G = 40%
B = 13.47%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.71

 K value IS 0.55

RGB Variations

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

Color information

#726221 (or 0x726221) is known color: Himalaya. HEX triplet: 72, 62 and 21. RGB value is (114,98,33). Sum of RGB (Red+Green+Blue) = 114+98+33=245 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.53% from 245); Green value is 98 (38.67% from 255 or 40% from 245); Blue value is 33 (13.28% from 255 or 13.47% from 245); Max value from RGB is 114 - color contains mainly: red. Hex color #726221 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726221 is #8D9DDE. Grayscale: #5F5F5F. Windows color (decimal): -9280991 or 2187890. OLE color: 2187890.

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

Color convert

RGB 114 98 33 -
CMYK 0 0.14 0.71 0.55
HSL 48.15º 0.55% 0.29% -
HSV(B) 48.15º 0.71% 0.45% -
XYZ 11.58 12.42 3.23 -
YUV 95.37 92.8 141.29 -
System Red Green Blue C M Y K H S L
Decimal 114 98 33 0 0.14 0.71 0.55 48.15 0.55 0.29
Hex 72 62 21 0 E 47 37 30 37 1D
Octal 162 142 41 0 16 107 67 60 67 35
Binary 1110010 1100010 100001 0 1110 1000111 110111 110000 110111 11101

Color Harmonies of #726221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726221

Black with #726221

Text Example


Text Example

White with #726221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726221; }

 p { color: rgb(114,98,33); }

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

background-color css

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

 a { background-color: rgb(114,98,33); }

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

border-color css

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

 span { border-color: rgb(114,98,33); }

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