Html Css Color HEX #72601F Himalaya

📋 copy color: '#72601F'

red 114 ◦ green 96 ◦ blue 31

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

Shades of Himalaya #72601F

Tints of Himalaya #72601F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 39.83%

 BLUE value IS 31 (12.5% from 255) = 12.86%

R = 47.3%
G = 39.83%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#72601F (or 0x72601F) is known color: Himalaya. HEX triplet: 72, 60 and 1F. RGB value is (114,96,31). Sum of RGB (Red+Green+Blue) = 114+96+31=241 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.30% from 241); Green value is 96 (37.89% from 255 or 39.83% from 241); Blue value is 31 (12.5% from 255 or 12.86% from 241); Max value from RGB is 114 - color contains mainly: red. Hex color #72601F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72601F is #8D9FE0. Grayscale: #5E5E5E. Windows color (decimal): -9281505 or 2056306. OLE color: 2056306.

HSL color Cylindrical-coordinate representation of color #72601F: hue angle of 46.99º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #72601F is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 96 31 -
CMYK 0 0.16 0.73 0.55
HSL 46.99º 0.57% 0.28% -
HSV(B) 46.99º 0.73% 0.45% -
XYZ 11.37 12.04 3.02 -
YUV 93.97 92.46 142.29 -
System Red Green Blue C M Y K H S L
Decimal 114 96 31 0 0.16 0.73 0.55 46.99 0.57 0.28
Hex 72 60 1F 0 10 49 37 2F 39 1C
Octal 162 140 37 0 20 111 67 57 71 34
Binary 1110010 1100000 11111 0 10000 1001001 110111 101111 111001 11100

Color Harmonies of #72601F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72601F

Black with #72601F

Text Example


Text Example

White with #72601F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72601F; }

 p { color: rgb(114,96,31); }

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

background-color css

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

 a { background-color: rgb(114,96,31); }

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

border-color css

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

 span { border-color: rgb(114,96,31); }

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