Html Css Color HEX #785F31 Himalaya

📋 copy color: '#785F31'

red 120 ◦ green 95 ◦ blue 49

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

Shades of Himalaya #785F31

Tints of Himalaya #785F31

RGB

 RED value IS 120 (47.27% from 255) = 45.45%

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

 BLUE value IS 49 (19.53% from 255) = 18.56%

R = 45.45%
G = 35.98%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.59

 K value IS 0.53

RGB Variations

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

Color information

#785F31 (or 0x785F31) is known color: Himalaya. HEX triplet: 78, 5F and 31. RGB value is (120,95,49). Sum of RGB (Red+Green+Blue) = 120+95+49=264 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.45% from 264); Green value is 95 (37.5% from 255 or 35.98% from 264); Blue value is 49 (19.53% from 255 or 18.56% from 264); Max value from RGB is 120 - color contains mainly: red. Hex color #785F31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785F31 is #87A0CE. Grayscale: #616161. Windows color (decimal): -8888527 or 3235704. OLE color: 3235704.

HSL color Cylindrical-coordinate representation of color #785F31: hue angle of 38.87º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #785F31 is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 95 49 -
CMYK 0 0.21 0.59 0.53
HSL 38.87º 0.42% 0.33% -
HSV(B) 38.87º 0.59% 0.47% -
XYZ 12.39 12.4 4.65 -
YUV 97.23 100.78 144.24 -
System Red Green Blue C M Y K H S L
Decimal 120 95 49 0 0.21 0.59 0.53 38.87 0.42 0.33
Hex 78 5F 31 0 15 3B 35 27 2A 21
Octal 170 137 61 0 25 73 65 47 52 41
Binary 1111000 1011111 110001 0 10101 111011 110101 100111 101010 100001

Color Harmonies of #785F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785F31

Black with #785F31

Text Example


Text Example

White with #785F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785F31; }

 p { color: rgb(120,95,49); }

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

background-color css

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

 a { background-color: rgb(120,95,49); }

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

border-color css

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

 span { border-color: rgb(120,95,49); }

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