Html Css Color HEX #726125 Himalaya

📋 copy color: '#726125'

red 114 ◦ green 97 ◦ blue 37

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

Shades of Himalaya #726125

Tints of Himalaya #726125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.92%

R = 45.97%
G = 39.11%
B = 14.92%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.68

 K value IS 0.55

RGB Variations

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

Color information

#726125 (or 0x726125) is known color: Himalaya. HEX triplet: 72, 61 and 25. RGB value is (114,97,37). Sum of RGB (Red+Green+Blue) = 114+97+37=248 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.97% from 248); Green value is 97 (38.28% from 255 or 39.11% from 248); Blue value is 37 (14.84% from 255 or 14.92% from 248); Max value from RGB is 114 - color contains mainly: red. Hex color #726125 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726125 is #8D9EDA. Grayscale: #5F5F5F. Windows color (decimal): -9281243 or 2449778. OLE color: 2449778.

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

Color convert

RGB 114 97 37 -
CMYK 0 0.15 0.68 0.55
HSL 46.75º 0.51% 0.3% -
HSV(B) 46.75º 0.68% 0.45% -
XYZ 11.55 12.26 3.51 -
YUV 95.24 95.13 141.38 -
System Red Green Blue C M Y K H S L
Decimal 114 97 37 0 0.15 0.68 0.55 46.75 0.51 0.3
Hex 72 61 25 0 F 44 37 2F 33 1E
Octal 162 141 45 0 17 104 67 57 63 36
Binary 1110010 1100001 100101 0 1111 1000100 110111 101111 110011 11110

Color Harmonies of #726125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726125

Black with #726125

Text Example


Text Example

White with #726125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726125; }

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

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

background-color css

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

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

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

border-color css

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

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

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