Html Css Color HEX #756231 Himalaya

📋 copy color: '#756231'

red 117 ◦ green 98 ◦ blue 49

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

Shades of Himalaya #756231

Tints of Himalaya #756231

RGB

 RED value IS 117 (46.09% from 255) = 44.32%

 GREEN value IS 98 (38.67% from 255) = 37.12%

 BLUE value IS 49 (19.53% from 255) = 18.56%

R = 44.32%
G = 37.12%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#756231 (or 0x756231) is known color: Himalaya. HEX triplet: 75, 62 and 31. RGB value is (117,98,49). Sum of RGB (Red+Green+Blue) = 117+98+49=264 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.32% from 264); Green value is 98 (38.67% from 255 or 37.12% from 264); Blue value is 49 (19.53% from 255 or 18.56% from 264); Max value from RGB is 117 - color contains mainly: red. Hex color #756231 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756231 is #8A9DCE. Grayscale: #626262. Windows color (decimal): -9084367 or 3236469. OLE color: 3236469.

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

Color convert

RGB 117 98 49 -
CMYK 0 0.16 0.58 0.54
HSL 43.24º 0.41% 0.33% -
HSV(B) 43.24º 0.58% 0.46% -
XYZ 12.26 12.74 4.72 -
YUV 98.1 100.29 141.48 -
System Red Green Blue C M Y K H S L
Decimal 117 98 49 0 0.16 0.58 0.54 43.24 0.41 0.33
Hex 75 62 31 0 10 3A 36 2B 29 21
Octal 165 142 61 0 20 72 66 53 51 41
Binary 1110101 1100010 110001 0 10000 111010 110110 101011 101001 100001

Color Harmonies of #756231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756231

Black with #756231

Text Example


Text Example

White with #756231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756231; }

 p { color: rgb(117,98,49); }

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

background-color css

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

 a { background-color: rgb(117,98,49); }

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

border-color css

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

 span { border-color: rgb(117,98,49); }

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