Html Css Color HEX #736526 Himalaya

📋 copy color: '#736526'

red 115 ◦ green 101 ◦ blue 38

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

Shades of Himalaya #736526

Tints of Himalaya #736526

RGB

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

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

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

R = 45.28%
G = 39.76%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.67

 K value IS 0.55

RGB Variations

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

Color information

#736526 (or 0x736526) is known color: Himalaya. HEX triplet: 73, 65 and 26. RGB value is (115,101,38). Sum of RGB (Red+Green+Blue) = 115+101+38=254 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.28% from 254); Green value is 101 (39.84% from 255 or 39.76% from 254); Blue value is 38 (15.23% from 255 or 14.96% from 254); Max value from RGB is 115 - color contains mainly: red. Hex color #736526 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736526 is #8C9AD9. Grayscale: #626262. Windows color (decimal): -9214682 or 2516339. OLE color: 2516339.

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

Color convert

RGB 115 101 38 -
CMYK 0 0.12 0.67 0.55
HSL 49.09º 0.5% 0.3% -
HSV(B) 49.09º 0.67% 0.45% -
XYZ 12.07 13.09 3.72 -
YUV 98 94.14 140.12 -
System Red Green Blue C M Y K H S L
Decimal 115 101 38 0 0.12 0.67 0.55 49.09 0.5 0.3
Hex 73 65 26 0 C 43 37 31 32 1E
Octal 163 145 46 0 14 103 67 61 62 36
Binary 1110011 1100101 100110 0 1100 1000011 110111 110001 110010 11110

Color Harmonies of #736526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736526

Black with #736526

Text Example


Text Example

White with #736526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736526; }

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

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

background-color css

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

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

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

border-color css

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

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

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