Html Css Color HEX #756835 Himalaya

📋 copy color: '#756835'

red 117 ◦ green 104 ◦ blue 53

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

Shades of Himalaya #756835

Tints of Himalaya #756835

RGB

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

 GREEN value IS 104 (41.02% from 255) = 37.96%

 BLUE value IS 53 (21.09% from 255) = 19.34%

R = 42.7%
G = 37.96%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.55

 K value IS 0.54

RGB Variations

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

Color information

#756835 (or 0x756835) is known color: Himalaya. HEX triplet: 75, 68 and 35. RGB value is (117,104,53). Sum of RGB (Red+Green+Blue) = 117+104+53=274 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.70% from 274); Green value is 104 (41.02% from 255 or 37.96% from 274); Blue value is 53 (21.09% from 255 or 19.34% from 274); Max value from RGB is 117 - color contains mainly: red. Hex color #756835 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756835 is #8A97CA. Grayscale: #666666. Windows color (decimal): -9082827 or 3500149. OLE color: 3500149.

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

Color convert

RGB 117 104 53 -
CMYK 0 0.11 0.55 0.54
HSL 47.81º 0.38% 0.33% -
HSV(B) 47.81º 0.55% 0.46% -
XYZ 12.93 13.94 5.38 -
YUV 102.07 100.31 138.65 -
System Red Green Blue C M Y K H S L
Decimal 117 104 53 0 0.11 0.55 0.54 47.81 0.38 0.33
Hex 75 68 35 0 B 37 36 30 26 21
Octal 165 150 65 0 13 67 66 60 46 41
Binary 1110101 1101000 110101 0 1011 110111 110110 110000 100110 100001

Color Harmonies of #756835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756835

Black with #756835

Text Example


Text Example

White with #756835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756835; }

 p { color: rgb(117,104,53); }

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

background-color css

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

 a { background-color: rgb(117,104,53); }

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

border-color css

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

 span { border-color: rgb(117,104,53); }

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