Html Css Color HEX #756033 Himalaya

📋 copy color: '#756033'

red 117 ◦ green 96 ◦ blue 51

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

Shades of Himalaya #756033

Tints of Himalaya #756033

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.36%

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

R = 44.32%
G = 36.36%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.56

 K value IS 0.54

RGB Variations

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

Color information

#756033 (or 0x756033) is known color: Himalaya. HEX triplet: 75, 60 and 33. RGB value is (117,96,51). Sum of RGB (Red+Green+Blue) = 117+96+51=264 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.32% from 264); Green value is 96 (37.89% from 255 or 36.36% from 264); Blue value is 51 (20.31% from 255 or 19.32% from 264); Max value from RGB is 117 - color contains mainly: red. Hex color #756033 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756033 is #8A9FCC. Grayscale: #616161. Windows color (decimal): -9084877 or 3367029. OLE color: 3367029.

HSL color Cylindrical-coordinate representation of color #756033: hue angle of 40.91º 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 #756033 is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 96 51 -
CMYK 0 0.18 0.56 0.54
HSL 40.91º 0.39% 0.33% -
HSV(B) 40.91º 0.56% 0.46% -
XYZ 12.12 12.39 4.88 -
YUV 97.15 101.96 142.16 -
System Red Green Blue C M Y K H S L
Decimal 117 96 51 0 0.18 0.56 0.54 40.91 0.39 0.33
Hex 75 60 33 0 12 38 36 29 27 21
Octal 165 140 63 0 22 70 66 51 47 41
Binary 1110101 1100000 110011 0 10010 111000 110110 101001 100111 100001

Color Harmonies of #756033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756033

Black with #756033

Text Example


Text Example

White with #756033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756033; }

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

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

background-color css

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

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

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

border-color css

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

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

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