Html Css Color HEX #726128 Himalaya

📋 copy color: '#726128'

red 114 ◦ green 97 ◦ blue 40

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

Shades of Himalaya #726128

Tints of Himalaya #726128

RGB

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

 GREEN value IS 97 (38.28% from 255) = 38.65%

 BLUE value IS 40 (16.02% from 255) = 15.94%

R = 45.42%
G = 38.65%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.65

 K value IS 0.55

RGB Variations

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

Color information

#726128 (or 0x726128) is known color: Himalaya. HEX triplet: 72, 61 and 28. RGB value is (114,97,40). Sum of RGB (Red+Green+Blue) = 114+97+40=251 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.42% from 251); Green value is 97 (38.28% from 255 or 38.65% from 251); Blue value is 40 (16.02% from 255 or 15.94% from 251); Max value from RGB is 114 - color contains mainly: red. Hex color #726128 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726128 is #8D9ED7. Grayscale: #5F5F5F. Windows color (decimal): -9281240 or 2646386. OLE color: 2646386.

HSL color Cylindrical-coordinate representation of color #726128: hue angle of 46.22º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #726128 is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 97 40 -
CMYK 0 0.15 0.65 0.55
HSL 46.22º 0.48% 0.3% -
HSV(B) 46.22º 0.65% 0.45% -
XYZ 11.6 12.28 3.77 -
YUV 95.59 96.63 141.13 -
System Red Green Blue C M Y K H S L
Decimal 114 97 40 0 0.15 0.65 0.55 46.22 0.48 0.3
Hex 72 61 28 0 F 41 37 2E 30 1E
Octal 162 141 50 0 17 101 67 56 60 36
Binary 1110010 1100001 101000 0 1111 1000001 110111 101110 110000 11110

Color Harmonies of #726128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726128

Black with #726128

Text Example


Text Example

White with #726128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726128; }

 p { color: rgb(114,97,40); }

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

background-color css

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

 a { background-color: rgb(114,97,40); }

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

border-color css

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

 span { border-color: rgb(114,97,40); }

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