Html Css Color HEX #726425 Himalaya

📋 copy color: '#726425'

red 114 ◦ green 100 ◦ blue 37

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

Shades of Himalaya #726425

Tints of Himalaya #726425

RGB

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

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

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

R = 45.42%
G = 39.84%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.68

 K value IS 0.55

RGB Variations

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

Color information

#726425 (or 0x726425) is known color: Himalaya. HEX triplet: 72, 64 and 25. RGB value is (114,100,37). Sum of RGB (Red+Green+Blue) = 114+100+37=251 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.42% from 251); Green value is 100 (39.45% from 255 or 39.84% from 251); Blue value is 37 (14.84% from 255 or 14.74% from 251); Max value from RGB is 114 - color contains mainly: red. Hex color #726425 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726425 is #8D9BDA. Grayscale: #616161. Windows color (decimal): -9280475 or 2450546. OLE color: 2450546.

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

Color convert

RGB 114 100 37 -
CMYK 0 0.12 0.68 0.55
HSL 49.09º 0.51% 0.3% -
HSV(B) 49.09º 0.68% 0.45% -
XYZ 11.83 12.83 3.6 -
YUV 97 94.14 140.12 -
System Red Green Blue C M Y K H S L
Decimal 114 100 37 0 0.12 0.68 0.55 49.09 0.51 0.3
Hex 72 64 25 0 C 44 37 31 33 1E
Octal 162 144 45 0 14 104 67 61 63 36
Binary 1110010 1100100 100101 0 1100 1000100 110111 110001 110011 11110

Color Harmonies of #726425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726425

Black with #726425

Text Example


Text Example

White with #726425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726425; }

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

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

background-color css

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

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

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

border-color css

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

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

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