Html Css Color HEX #756121 Himalaya

📋 copy color: '#756121'

red 117 ◦ green 97 ◦ blue 33

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

Shades of Himalaya #756121

Tints of Himalaya #756121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 13.36%

R = 47.37%
G = 39.27%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.72

 K value IS 0.54

RGB Variations

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

Color information

#756121 (or 0x756121) is known color: Himalaya. HEX triplet: 75, 61 and 21. RGB value is (117,97,33). Sum of RGB (Red+Green+Blue) = 117+97+33=247 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.37% from 247); Green value is 97 (38.28% from 255 or 39.27% from 247); Blue value is 33 (13.28% from 255 or 13.36% from 247); Max value from RGB is 117 - color contains mainly: red. Hex color #756121 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756121 is #8A9EDE. Grayscale: #5F5F5F. Windows color (decimal): -9084639 or 2187637. OLE color: 2187637.

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

Color convert

RGB 117 97 33 -
CMYK 0 0.17 0.72 0.54
HSL 45.71º 0.56% 0.29% -
HSV(B) 45.71º 0.72% 0.46% -
XYZ 11.89 12.44 3.21 -
YUV 95.68 92.63 143.2 -
System Red Green Blue C M Y K H S L
Decimal 117 97 33 0 0.17 0.72 0.54 45.71 0.56 0.29
Hex 75 61 21 0 11 48 36 2E 38 1D
Octal 165 141 41 0 21 110 66 56 70 35
Binary 1110101 1100001 100001 0 10001 1001000 110110 101110 111000 11101

Color Harmonies of #756121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756121

Black with #756121

Text Example


Text Example

White with #756121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756121; }

 p { color: rgb(117,97,33); }

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

background-color css

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

 a { background-color: rgb(117,97,33); }

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

border-color css

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

 span { border-color: rgb(117,97,33); }

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