Html Css Color HEX #756828 Himalaya

📋 copy color: '#756828'

red 117 ◦ green 104 ◦ blue 40

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

Shades of Himalaya #756828

Tints of Himalaya #756828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.33%

R = 44.83%
G = 39.85%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.66

 K value IS 0.54

RGB Variations

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

Color information

#756828 (or 0x756828) is known color: Himalaya. HEX triplet: 75, 68 and 28. RGB value is (117,104,40). Sum of RGB (Red+Green+Blue) = 117+104+40=261 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.83% from 261); Green value is 104 (41.02% from 255 or 39.85% from 261); Blue value is 40 (16.02% from 255 or 15.33% from 261); Max value from RGB is 117 - color contains mainly: red. Hex color #756828 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756828 is #8A97D7. Grayscale: #646464. Windows color (decimal): -9082840 or 2648181. OLE color: 2648181.

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

Color convert

RGB 117 104 40 -
CMYK 0 0.11 0.66 0.54
HSL 49.87º 0.49% 0.31% -
HSV(B) 49.87º 0.66% 0.46% -
XYZ 12.67 13.84 4.01 -
YUV 100.59 93.81 139.7 -
System Red Green Blue C M Y K H S L
Decimal 117 104 40 0 0.11 0.66 0.54 49.87 0.49 0.31
Hex 75 68 28 0 B 42 36 32 31 1F
Octal 165 150 50 0 13 102 66 62 61 37
Binary 1110101 1101000 101000 0 1011 1000010 110110 110010 110001 11111

Color Harmonies of #756828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756828

Black with #756828

Text Example


Text Example

White with #756828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756828; }

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

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

background-color css

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

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

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

border-color css

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

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

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