Html Css Color HEX #756533 Himalaya

📋 copy color: '#756533'

red 117 ◦ green 101 ◦ blue 51

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

Shades of Himalaya #756533

Tints of Himalaya #756533

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37.55%

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

R = 43.49%
G = 37.55%
B = 18.96%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.56

 K value IS 0.54

RGB Variations

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

Color information

#756533 (or 0x756533) is known color: Himalaya. HEX triplet: 75, 65 and 33. RGB value is (117,101,51). Sum of RGB (Red+Green+Blue) = 117+101+51=269 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.49% from 269); Green value is 101 (39.84% from 255 or 37.55% from 269); Blue value is 51 (20.31% from 255 or 18.96% from 269); Max value from RGB is 117 - color contains mainly: red. Hex color #756533 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756533 is #8A9ACC. Grayscale: #646464. Windows color (decimal): -9083597 or 3368309. OLE color: 3368309.

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

Color convert

RGB 117 101 51 -
CMYK 0 0.14 0.56 0.54
HSL 45.45º 0.39% 0.33% -
HSV(B) 45.45º 0.56% 0.46% -
XYZ 12.59 13.33 5.04 -
YUV 100.08 100.3 140.07 -
System Red Green Blue C M Y K H S L
Decimal 117 101 51 0 0.14 0.56 0.54 45.45 0.39 0.33
Hex 75 65 33 0 E 38 36 2D 27 21
Octal 165 145 63 0 16 70 66 55 47 41
Binary 1110101 1100101 110011 0 1110 111000 110110 101101 100111 100001

Color Harmonies of #756533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756533

Black with #756533

Text Example


Text Example

White with #756533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756533; }

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

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

background-color css

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

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

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

border-color css

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

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

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