Html Css Color HEX #736020 Himalaya

📋 copy color: '#736020'

red 115 ◦ green 96 ◦ blue 32

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

Shades of Himalaya #736020

Tints of Himalaya #736020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 13.17%

R = 47.33%
G = 39.51%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#736020 (or 0x736020) is known color: Himalaya. HEX triplet: 73, 60 and 20. RGB value is (115,96,32). Sum of RGB (Red+Green+Blue) = 115+96+32=243 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.33% from 243); Green value is 96 (37.89% from 255 or 39.51% from 243); Blue value is 32 (12.89% from 255 or 13.17% from 243); Max value from RGB is 115 - color contains mainly: red. Hex color #736020 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736020 is #8C9FDF. Grayscale: #5E5E5E. Windows color (decimal): -9215968 or 2121843. OLE color: 2121843.

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

Color convert

RGB 115 96 32 -
CMYK 0 0.17 0.72 0.55
HSL 46.27º 0.56% 0.29% -
HSV(B) 46.27º 0.72% 0.45% -
XYZ 11.51 12.11 3.1 -
YUV 94.39 92.79 142.7 -
System Red Green Blue C M Y K H S L
Decimal 115 96 32 0 0.17 0.72 0.55 46.27 0.56 0.29
Hex 73 60 20 0 11 48 37 2E 38 1D
Octal 163 140 40 0 21 110 67 56 70 35
Binary 1110011 1100000 100000 0 10001 1001000 110111 101110 111000 11101

Color Harmonies of #736020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736020

Black with #736020

Text Example


Text Example

White with #736020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736020; }

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

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

background-color css

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

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

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

border-color css

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

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

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