Html Css Color HEX #745F30 Himalaya

📋 copy color: '#745F30'

red 116 ◦ green 95 ◦ blue 48

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

Shades of Himalaya #745F30

Tints of Himalaya #745F30

RGB

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

 GREEN value IS 95 (37.5% from 255) = 36.68%

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

R = 44.79%
G = 36.68%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#745F30 (or 0x745F30) is known color: Himalaya. HEX triplet: 74, 5F and 30. RGB value is (116,95,48). Sum of RGB (Red+Green+Blue) = 116+95+48=259 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.79% from 259); Green value is 95 (37.5% from 255 or 36.68% from 259); Blue value is 48 (19.14% from 255 or 18.53% from 259); Max value from RGB is 116 - color contains mainly: red. Hex color #745F30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745F30 is #8BA0CF. Grayscale: #606060. Windows color (decimal): -9150672 or 3170164. OLE color: 3170164.

HSL color Cylindrical-coordinate representation of color #745F30: hue angle of 41.47º 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 #745F30 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 95 48 -
CMYK 0 0.18 0.59 0.55
HSL 41.47º 0.41% 0.32% -
HSV(B) 41.47º 0.59% 0.45% -
XYZ 11.83 12.11 4.51 -
YUV 95.92 100.96 142.32 -
System Red Green Blue C M Y K H S L
Decimal 116 95 48 0 0.18 0.59 0.55 41.47 0.41 0.32
Hex 74 5F 30 0 12 3B 37 29 29 20
Octal 164 137 60 0 22 73 67 51 51 40
Binary 1110100 1011111 110000 0 10010 111011 110111 101001 101001 100000

Color Harmonies of #745F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745F30

Black with #745F30

Text Example


Text Example

White with #745F30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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