Html Css Color HEX #736031 Himalaya

📋 copy color: '#736031'

red 115 ◦ green 96 ◦ blue 49

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

Shades of Himalaya #736031

Tints of Himalaya #736031

RGB

 RED value IS 115 (45.31% from 255) = 44.23%

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

 BLUE value IS 49 (19.53% from 255) = 18.85%

R = 44.23%
G = 36.92%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#736031 (or 0x736031) is known color: Himalaya. HEX triplet: 73, 60 and 31. RGB value is (115,96,49). Sum of RGB (Red+Green+Blue) = 115+96+49=260 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.23% from 260); Green value is 96 (37.89% from 255 or 36.92% from 260); Blue value is 49 (19.53% from 255 or 18.85% from 260); Max value from RGB is 115 - color contains mainly: red. Hex color #736031 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736031 is #8C9FCE. Grayscale: #606060. Windows color (decimal): -9215951 or 3235955. OLE color: 3235955.

HSL color Cylindrical-coordinate representation of color #736031: hue angle of 42.73º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #736031 is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 96 49 -
CMYK 0 0.17 0.57 0.55
HSL 42.73º 0.4% 0.32% -
HSV(B) 42.73º 0.57% 0.45% -
XYZ 11.81 12.23 4.64 -
YUV 96.32 101.29 141.32 -
System Red Green Blue C M Y K H S L
Decimal 115 96 49 0 0.17 0.57 0.55 42.73 0.4 0.32
Hex 73 60 31 0 11 39 37 2B 28 20
Octal 163 140 61 0 21 71 67 53 50 40
Binary 1110011 1100000 110001 0 10001 111001 110111 101011 101000 100000

Color Harmonies of #736031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736031

Black with #736031

Text Example


Text Example

White with #736031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736031; }

 p { color: rgb(115,96,49); }

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

background-color css

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

 a { background-color: rgb(115,96,49); }

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

border-color css

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

 span { border-color: rgb(115,96,49); }

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