Html Css Color HEX #756834 Himalaya

📋 copy color: '#756834'

red 117 ◦ green 104 ◦ blue 52

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

Shades of Himalaya #756834

Tints of Himalaya #756834

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 19.05%

R = 42.86%
G = 38.1%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.56

 K value IS 0.54

RGB Variations

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

Color information

#756834 (or 0x756834) is known color: Himalaya. HEX triplet: 75, 68 and 34. RGB value is (117,104,52). Sum of RGB (Red+Green+Blue) = 117+104+52=273 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.86% from 273); Green value is 104 (41.02% from 255 or 38.10% from 273); Blue value is 52 (20.70% from 255 or 19.05% from 273); Max value from RGB is 117 - color contains mainly: red. Hex color #756834 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756834 is #8A97CB. Grayscale: #666666. Windows color (decimal): -9082828 or 3434613. OLE color: 3434613.

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

Color convert

RGB 117 104 52 -
CMYK 0 0.11 0.56 0.54
HSL 48º 0.38% 0.33% -
HSV(B) 48º 0.56% 0.46% -
XYZ 12.91 13.93 5.26 -
YUV 101.96 99.81 138.73 -
System Red Green Blue C M Y K H S L
Decimal 117 104 52 0 0.11 0.56 0.54 48 0.38 0.33
Hex 75 68 34 0 B 38 36 30 26 21
Octal 165 150 64 0 13 70 66 60 46 41
Binary 1110101 1101000 110100 0 1011 111000 110110 110000 100110 100001

Color Harmonies of #756834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756834

Black with #756834

Text Example


Text Example

White with #756834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756834; }

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

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

background-color css

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

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

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

border-color css

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

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

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