Html Css Color HEX #726529 Himalaya

📋 copy color: '#726529'

red 114 ◦ green 101 ◦ blue 41

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

Shades of Himalaya #726529

Tints of Himalaya #726529

RGB

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

 GREEN value IS 101 (39.84% from 255) = 39.45%

 BLUE value IS 41 (16.41% from 255) = 16.02%

R = 44.53%
G = 39.45%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.64

 K value IS 0.55

RGB Variations

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

Color information

#726529 (or 0x726529) is known color: Himalaya. HEX triplet: 72, 65 and 29. RGB value is (114,101,41). Sum of RGB (Red+Green+Blue) = 114+101+41=256 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.53% from 256); Green value is 101 (39.84% from 255 or 39.45% from 256); Blue value is 41 (16.41% from 255 or 16.02% from 256); Max value from RGB is 114 - color contains mainly: red. Hex color #726529 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726529 is #8D9AD6. Grayscale: #626262. Windows color (decimal): -9280215 or 2712946. OLE color: 2712946.

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

Color convert

RGB 114 101 41 -
CMYK 0 0.11 0.64 0.55
HSL 49.32º 0.47% 0.3% -
HSV(B) 49.32º 0.64% 0.45% -
XYZ 11.99 13.04 3.98 -
YUV 98.05 95.81 139.38 -
System Red Green Blue C M Y K H S L
Decimal 114 101 41 0 0.11 0.64 0.55 49.32 0.47 0.3
Hex 72 65 29 0 B 40 37 31 2F 1E
Octal 162 145 51 0 13 100 67 61 57 36
Binary 1110010 1100101 101001 0 1011 1000000 110111 110001 101111 11110

Color Harmonies of #726529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726529

Black with #726529

Text Example


Text Example

White with #726529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726529; }

 p { color: rgb(114,101,41); }

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

background-color css

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

 a { background-color: rgb(114,101,41); }

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

border-color css

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

 span { border-color: rgb(114,101,41); }

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