Html Css Color HEX #745E2E Himalaya

📋 copy color: '#745E2E'

red 116 ◦ green 94 ◦ blue 46

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

Shades of Himalaya #745E2E

Tints of Himalaya #745E2E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 36.72%

 BLUE value IS 46 (18.36% from 255) = 17.97%

R = 45.31%
G = 36.72%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.60

 K value IS 0.55

RGB Variations

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

Color information

#745E2E (or 0x745E2E) is known color: Himalaya. HEX triplet: 74, 5E and 2E. RGB value is (116,94,46). Sum of RGB (Red+Green+Blue) = 116+94+46=256 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.31% from 256); Green value is 94 (37.11% from 255 or 36.72% from 256); Blue value is 46 (18.36% from 255 or 17.97% from 256); Max value from RGB is 116 - color contains mainly: red. Hex color #745E2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745E2E is #8BA1D1. Grayscale: #5F5F5F. Windows color (decimal): -9150930 or 3038836. OLE color: 3038836.

HSL color Cylindrical-coordinate representation of color #745E2E: hue angle of 41.14º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #745E2E is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 94 46 -
CMYK 0 0.19 0.60 0.55
HSL 41.14º 0.43% 0.32% -
HSV(B) 41.14º 0.6% 0.45% -
XYZ 11.7 11.92 4.27 -
YUV 95.11 100.29 142.9 -
System Red Green Blue C M Y K H S L
Decimal 116 94 46 0 0.19 0.60 0.55 41.14 0.43 0.32
Hex 74 5E 2E 0 13 3C 37 29 2B 20
Octal 164 136 56 0 23 74 67 51 53 40
Binary 1110100 1011110 101110 0 10011 111100 110111 101001 101011 100000

Color Harmonies of #745E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745E2E

Black with #745E2E

Text Example


Text Example

White with #745E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745E2E; }

 p { color: rgb(116,94,46); }

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

background-color css

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

 a { background-color: rgb(116,94,46); }

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

border-color css

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

 span { border-color: rgb(116,94,46); }

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