Html Css Color HEX #745E30 Himalaya

📋 copy color: '#745E30'

red 116 ◦ green 94 ◦ blue 48

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

Shades of Himalaya #745E30

Tints of Himalaya #745E30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.6%

R = 44.96%
G = 36.43%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#745E30 (or 0x745E30) is known color: Himalaya. HEX triplet: 74, 5E and 30. RGB value is (116,94,48). Sum of RGB (Red+Green+Blue) = 116+94+48=258 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.96% from 258); Green value is 94 (37.11% from 255 or 36.43% from 258); Blue value is 48 (19.14% from 255 or 18.60% from 258); Max value from RGB is 116 - color contains mainly: red. Hex color #745E30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745E30 is #8BA1CF. Grayscale: #5F5F5F. Windows color (decimal): -9150928 or 3169908. OLE color: 3169908.

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

Color convert

RGB 116 94 48 -
CMYK 0 0.19 0.59 0.55
HSL 40.59º 0.41% 0.32% -
HSV(B) 40.59º 0.59% 0.45% -
XYZ 11.74 11.93 4.48 -
YUV 95.33 101.29 142.74 -
System Red Green Blue C M Y K H S L
Decimal 116 94 48 0 0.19 0.59 0.55 40.59 0.41 0.32
Hex 74 5E 30 0 13 3B 37 29 29 20
Octal 164 136 60 0 23 73 67 51 51 40
Binary 1110100 1011110 110000 0 10011 111011 110111 101001 101001 100000

Color Harmonies of #745E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745E30

Black with #745E30

Text Example


Text Example

White with #745E30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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