Html Css Color HEX #726020 Himalaya

📋 copy color: '#726020'

red 114 ◦ green 96 ◦ blue 32

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

Shades of Himalaya #726020

Tints of Himalaya #726020

RGB

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

 GREEN value IS 96 (37.89% from 255) = 39.67%

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

R = 47.11%
G = 39.67%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#726020 (or 0x726020) is known color: Himalaya. HEX triplet: 72, 60 and 20. RGB value is (114,96,32). Sum of RGB (Red+Green+Blue) = 114+96+32=242 (32% of max value = 765). Red value is 114 (44.92% from 255 or 47.11% from 242); Green value is 96 (37.89% from 255 or 39.67% from 242); Blue value is 32 (12.89% from 255 or 13.22% from 242); Max value from RGB is 114 - color contains mainly: red. Hex color #726020 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726020 is #8D9FDF. Grayscale: #5E5E5E. Windows color (decimal): -9281504 or 2121842. OLE color: 2121842.

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

Color convert

RGB 114 96 32 -
CMYK 0 0.16 0.72 0.55
HSL 46.83º 0.56% 0.29% -
HSV(B) 46.83º 0.72% 0.45% -
XYZ 11.38 12.05 3.09 -
YUV 94.09 92.96 142.2 -
System Red Green Blue C M Y K H S L
Decimal 114 96 32 0 0.16 0.72 0.55 46.83 0.56 0.29
Hex 72 60 20 0 10 48 37 2F 38 1D
Octal 162 140 40 0 20 110 67 57 70 35
Binary 1110010 1100000 100000 0 10000 1001000 110111 101111 111000 11101

Color Harmonies of #726020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726020

Black with #726020

Text Example


Text Example

White with #726020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726020; }

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

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

background-color css

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

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

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

border-color css

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

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

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