Html Css Color HEX #736126 Himalaya

📋 copy color: '#736126'

red 115 ◦ green 97 ◦ blue 38

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

Shades of Himalaya #736126

Tints of Himalaya #736126

RGB

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

 GREEN value IS 97 (38.28% from 255) = 38.8%

 BLUE value IS 38 (15.23% from 255) = 15.2%

R = 46%
G = 38.8%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.67

 K value IS 0.55

RGB Variations

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

Color information

#736126 (or 0x736126) is known color: Himalaya. HEX triplet: 73, 61 and 26. RGB value is (115,97,38). Sum of RGB (Red+Green+Blue) = 115+97+38=250 (33% of max value = 765). Red value is 115 (45.31% from 255 or 46% from 250); Green value is 97 (38.28% from 255 or 38.8% from 250); Blue value is 38 (15.23% from 255 or 15.2% from 250); Max value from RGB is 115 - color contains mainly: red. Hex color #736126 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736126 is #8C9ED9. Grayscale: #5F5F5F. Windows color (decimal): -9215706 or 2515315. OLE color: 2515315.

HSL color Cylindrical-coordinate representation of color #736126: hue angle of 45.97º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #736126 is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 97 38 -
CMYK 0 0.16 0.67 0.55
HSL 45.97º 0.5% 0.3% -
HSV(B) 45.97º 0.67% 0.45% -
XYZ 11.69 12.33 3.6 -
YUV 95.66 95.46 141.8 -
System Red Green Blue C M Y K H S L
Decimal 115 97 38 0 0.16 0.67 0.55 45.97 0.5 0.3
Hex 73 61 26 0 10 43 37 2E 32 1E
Octal 163 141 46 0 20 103 67 56 62 36
Binary 1110011 1100001 100110 0 10000 1000011 110111 101110 110010 11110

Color Harmonies of #736126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736126

Black with #736126

Text Example


Text Example

White with #736126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736126; }

 p { color: rgb(115,97,38); }

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

background-color css

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

 a { background-color: rgb(115,97,38); }

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

border-color css

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

 span { border-color: rgb(115,97,38); }

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