Html Css Color HEX #756233 Himalaya

📋 copy color: '#756233'

red 117 ◦ green 98 ◦ blue 51

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

Shades of Himalaya #756233

Tints of Himalaya #756233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 19.17%

R = 43.98%
G = 36.84%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.56

 K value IS 0.54

RGB Variations

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

Color information

#756233 (or 0x756233) is known color: Himalaya. HEX triplet: 75, 62 and 33. RGB value is (117,98,51). Sum of RGB (Red+Green+Blue) = 117+98+51=266 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.98% from 266); Green value is 98 (38.67% from 255 or 36.84% from 266); Blue value is 51 (20.31% from 255 or 19.17% from 266); Max value from RGB is 117 - color contains mainly: red. Hex color #756233 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756233 is #8A9DCC. Grayscale: #626262. Windows color (decimal): -9084365 or 3367541. OLE color: 3367541.

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

Color convert

RGB 117 98 51 -
CMYK 0 0.16 0.56 0.54
HSL 42.73º 0.39% 0.33% -
HSV(B) 42.73º 0.56% 0.46% -
XYZ 12.3 12.76 4.95 -
YUV 98.32 101.29 141.32 -
System Red Green Blue C M Y K H S L
Decimal 117 98 51 0 0.16 0.56 0.54 42.73 0.39 0.33
Hex 75 62 33 0 10 38 36 2B 27 21
Octal 165 142 63 0 20 70 66 53 47 41
Binary 1110101 1100010 110011 0 10000 111000 110110 101011 100111 100001

Color Harmonies of #756233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756233

Black with #756233

Text Example


Text Example

White with #756233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756233; }

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

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

background-color css

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

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

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

border-color css

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

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

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