Html Css Color HEX #736531 Himalaya

📋 copy color: '#736531'

red 115 ◦ green 101 ◦ blue 49

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

Shades of Himalaya #736531

Tints of Himalaya #736531

RGB

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

 GREEN value IS 101 (39.84% from 255) = 38.11%

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

R = 43.4%
G = 38.11%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#736531 (or 0x736531) is known color: Himalaya. HEX triplet: 73, 65 and 31. RGB value is (115,101,49). Sum of RGB (Red+Green+Blue) = 115+101+49=265 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.40% from 265); Green value is 101 (39.84% from 255 or 38.11% from 265); Blue value is 49 (19.53% from 255 or 18.49% from 265); Max value from RGB is 115 - color contains mainly: red. Hex color #736531 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736531 is #8C9ACE. Grayscale: #636363. Windows color (decimal): -9214671 or 3237235. OLE color: 3237235.

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

Color convert

RGB 115 101 49 -
CMYK 0 0.12 0.57 0.55
HSL 47.27º 0.4% 0.32% -
HSV(B) 47.27º 0.57% 0.45% -
XYZ 12.28 13.17 4.8 -
YUV 99.26 99.64 139.23 -
System Red Green Blue C M Y K H S L
Decimal 115 101 49 0 0.12 0.57 0.55 47.27 0.4 0.32
Hex 73 65 31 0 C 39 37 2F 28 20
Octal 163 145 61 0 14 71 67 57 50 40
Binary 1110011 1100101 110001 0 1100 111001 110111 101111 101000 100000

Color Harmonies of #736531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736531

Black with #736531

Text Example


Text Example

White with #736531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736531; }

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

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

background-color css

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

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

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

border-color css

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

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

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