Html Css Color HEX #726428 Himalaya

📋 copy color: '#726428'

red 114 ◦ green 100 ◦ blue 40

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

Shades of Himalaya #726428

Tints of Himalaya #726428

RGB

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

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

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

R = 44.88%
G = 39.37%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.65

 K value IS 0.55

RGB Variations

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

Color information

#726428 (or 0x726428) is known color: Himalaya. HEX triplet: 72, 64 and 28. RGB value is (114,100,40). Sum of RGB (Red+Green+Blue) = 114+100+40=254 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.88% from 254); Green value is 100 (39.45% from 255 or 39.37% from 254); Blue value is 40 (16.02% from 255 or 15.75% from 254); Max value from RGB is 114 - color contains mainly: red. Hex color #726428 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726428 is #8D9BD7. Grayscale: #616161. Windows color (decimal): -9280472 or 2647154. OLE color: 2647154.

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

Color convert

RGB 114 100 40 -
CMYK 0 0.12 0.65 0.55
HSL 48.65º 0.48% 0.3% -
HSV(B) 48.65º 0.65% 0.45% -
XYZ 11.88 12.84 3.86 -
YUV 97.35 95.64 139.88 -
System Red Green Blue C M Y K H S L
Decimal 114 100 40 0 0.12 0.65 0.55 48.65 0.48 0.3
Hex 72 64 28 0 C 41 37 31 30 1E
Octal 162 144 50 0 14 101 67 61 60 36
Binary 1110010 1100100 101000 0 1100 1000001 110111 110001 110000 11110

Color Harmonies of #726428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726428

Black with #726428

Text Example


Text Example

White with #726428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726428; }

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

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

background-color css

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

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

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

border-color css

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

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

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