Html Css Color HEX #756223 Himalaya

📋 copy color: '#756223'

red 117 ◦ green 98 ◦ blue 35

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

Shades of Himalaya #756223

Tints of Himalaya #756223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 14%

R = 46.8%
G = 39.2%
B = 14%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.70

 K value IS 0.54

RGB Variations

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

Color information

#756223 (or 0x756223) is known color: Himalaya. HEX triplet: 75, 62 and 23. RGB value is (117,98,35). Sum of RGB (Red+Green+Blue) = 117+98+35=250 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.8% from 250); Green value is 98 (38.67% from 255 or 39.2% from 250); Blue value is 35 (14.06% from 255 or 14% from 250); Max value from RGB is 117 - color contains mainly: red. Hex color #756223 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756223 is #8A9DDC. Grayscale: #606060. Windows color (decimal): -9084381 or 2318965. OLE color: 2318965.

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

Color convert

RGB 117 98 35 -
CMYK 0 0.16 0.70 0.54
HSL 46.1º 0.54% 0.3% -
HSV(B) 46.1º 0.7% 0.46% -
XYZ 12.01 12.64 3.4 -
YUV 96.5 93.29 142.62 -
System Red Green Blue C M Y K H S L
Decimal 117 98 35 0 0.16 0.70 0.54 46.1 0.54 0.3
Hex 75 62 23 0 10 46 36 2E 36 1E
Octal 165 142 43 0 20 106 66 56 66 36
Binary 1110101 1100010 100011 0 10000 1000110 110110 101110 110110 11110

Color Harmonies of #756223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756223

Black with #756223

Text Example


Text Example

White with #756223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756223; }

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

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

background-color css

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

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

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

border-color css

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

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

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