Html Css Color HEX #736530 Himalaya

📋 copy color: '#736530'

red 115 ◦ green 101 ◦ blue 48

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

Shades of Himalaya #736530

Tints of Himalaya #736530

RGB

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

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

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

R = 43.56%
G = 38.26%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#736530 (or 0x736530) is known color: Himalaya. HEX triplet: 73, 65 and 30. RGB value is (115,101,48). Sum of RGB (Red+Green+Blue) = 115+101+48=264 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.56% from 264); Green value is 101 (39.84% from 255 or 38.26% from 264); Blue value is 48 (19.14% from 255 or 18.18% from 264); Max value from RGB is 115 - color contains mainly: red. Hex color #736530 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736530 is #8C9ACF. Grayscale: #636363. Windows color (decimal): -9214672 or 3171699. OLE color: 3171699.

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

Color convert

RGB 115 101 48 -
CMYK 0 0.12 0.58 0.55
HSL 47.46º 0.41% 0.32% -
HSV(B) 47.46º 0.58% 0.45% -
XYZ 12.26 13.17 4.69 -
YUV 99.14 99.14 139.31 -
System Red Green Blue C M Y K H S L
Decimal 115 101 48 0 0.12 0.58 0.55 47.46 0.41 0.32
Hex 73 65 30 0 C 3A 37 2F 29 20
Octal 163 145 60 0 14 72 67 57 51 40
Binary 1110011 1100101 110000 0 1100 111010 110111 101111 101001 100000

Color Harmonies of #736530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736530

Black with #736530

Text Example


Text Example

White with #736530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736530; }

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

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

background-color css

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

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

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

border-color css

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

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

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