Html Css Color HEX #725F25 Himalaya

📋 copy color: '#725F25'

red 114 ◦ green 95 ◦ blue 37

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

Shades of Himalaya #725F25

Tints of Himalaya #725F25

RGB

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

 GREEN value IS 95 (37.5% from 255) = 38.62%

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

R = 46.34%
G = 38.62%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.68

 K value IS 0.55

RGB Variations

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

Color information

#725F25 (or 0x725F25) is known color: Himalaya. HEX triplet: 72, 5F and 25. RGB value is (114,95,37). Sum of RGB (Red+Green+Blue) = 114+95+37=246 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.34% from 246); Green value is 95 (37.5% from 255 or 38.62% from 246); Blue value is 37 (14.84% from 255 or 15.04% from 246); Max value from RGB is 114 - color contains mainly: red. Hex color #725F25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725F25 is #8DA0DA. Grayscale: #5E5E5E. Windows color (decimal): -9281755 or 2449266. OLE color: 2449266.

HSL color Cylindrical-coordinate representation of color #725F25: hue angle of 45.19º 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 #725F25 is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 95 37 -
CMYK 0 0.17 0.68 0.55
HSL 45.19º 0.51% 0.3% -
HSV(B) 45.19º 0.68% 0.45% -
XYZ 11.37 11.9 3.45 -
YUV 94.07 95.79 142.22 -
System Red Green Blue C M Y K H S L
Decimal 114 95 37 0 0.17 0.68 0.55 45.19 0.51 0.3
Hex 72 5F 25 0 11 44 37 2D 33 1E
Octal 162 137 45 0 21 104 67 55 63 36
Binary 1110010 1011111 100101 0 10001 1000100 110111 101101 110011 11110

Color Harmonies of #725F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725F25

Black with #725F25

Text Example


Text Example

White with #725F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725F25; }

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

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

background-color css

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

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

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

border-color css

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

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

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