Html Css Color HEX #736130 Himalaya

📋 copy color: '#736130'

red 115 ◦ green 97 ◦ blue 48

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

Shades of Himalaya #736130

Tints of Himalaya #736130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.46%

R = 44.23%
G = 37.31%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#736130 (or 0x736130) is known color: Himalaya. HEX triplet: 73, 61 and 30. RGB value is (115,97,48). Sum of RGB (Red+Green+Blue) = 115+97+48=260 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.23% from 260); Green value is 97 (38.28% from 255 or 37.31% from 260); Blue value is 48 (19.14% from 255 or 18.46% from 260); Max value from RGB is 115 - color contains mainly: red. Hex color #736130 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736130 is #8C9ECF. Grayscale: #616161. Windows color (decimal): -9215696 or 3170675. OLE color: 3170675.

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

Color convert

RGB 115 97 48 -
CMYK 0 0.16 0.58 0.55
HSL 43.88º 0.41% 0.32% -
HSV(B) 43.88º 0.58% 0.45% -
XYZ 11.88 12.41 4.57 -
YUV 96.8 100.46 140.98 -
System Red Green Blue C M Y K H S L
Decimal 115 97 48 0 0.16 0.58 0.55 43.88 0.41 0.32
Hex 73 61 30 0 10 3A 37 2C 29 20
Octal 163 141 60 0 20 72 67 54 51 40
Binary 1110011 1100001 110000 0 10000 111010 110111 101100 101001 100000

Color Harmonies of #736130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736130

Black with #736130

Text Example


Text Example

White with #736130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736130; }

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

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

background-color css

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

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

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

border-color css

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

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

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