Html Css Color HEX #746828 Himalaya

📋 copy color: '#746828'

red 116 ◦ green 104 ◦ blue 40

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

Shades of Himalaya #746828

Tints of Himalaya #746828

RGB

 RED value IS 116 (45.7% from 255) = 44.62%

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

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

R = 44.62%
G = 40%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#746828 (or 0x746828) is known color: Himalaya. HEX triplet: 74, 68 and 28. RGB value is (116,104,40). Sum of RGB (Red+Green+Blue) = 116+104+40=260 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.62% from 260); Green value is 104 (41.02% from 255 or 40% from 260); Blue value is 40 (16.02% from 255 or 15.38% from 260); Max value from RGB is 116 - color contains mainly: red. Hex color #746828 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746828 is #8B97D7. Grayscale: #646464. Windows color (decimal): -9148376 or 2648180. OLE color: 2648180.

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

Color convert

RGB 116 104 40 -
CMYK 0 0.10 0.66 0.55
HSL 50.53º 0.49% 0.31% -
HSV(B) 50.53º 0.66% 0.45% -
XYZ 12.54 13.77 4 -
YUV 100.29 93.98 139.2 -
System Red Green Blue C M Y K H S L
Decimal 116 104 40 0 0.10 0.66 0.55 50.53 0.49 0.31
Hex 74 68 28 0 A 42 37 33 31 1F
Octal 164 150 50 0 12 102 67 63 61 37
Binary 1110100 1101000 101000 0 1010 1000010 110111 110011 110001 11111

Color Harmonies of #746828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746828

Black with #746828

Text Example


Text Example

White with #746828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746828; }

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

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

background-color css

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

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

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

border-color css

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

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

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