Html Css Color HEX #785314 Raw Umber

📋 copy color: '#785314'

red 120 ◦ green 83 ◦ blue 20

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

Shades of Raw Umber #785314

Tints of Raw Umber #785314

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.22%

 BLUE value IS 20 (8.2% from 255) = 8.97%

R = 53.81%
G = 37.22%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#785314 (or 0x785314) is known color: Raw Umber. HEX triplet: 78, 53 and 14. RGB value is (120,83,20). Sum of RGB (Red+Green+Blue) = 120+83+20=223 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.81% from 223); Green value is 83 (32.81% from 255 or 37.22% from 223); Blue value is 20 (8.20% from 255 or 8.97% from 223); Max value from RGB is 120 - color contains mainly: red. Hex color #785314 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #785314 is #87ACEB. Grayscale: #575757. Windows color (decimal): -8891628 or 1332088. OLE color: 1332088.

HSL color Cylindrical-coordinate representation of color #785314: hue angle of 37.8º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #785314 is Cyan = 0, Magento = 0.31, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 83 20 -
CMYK 0 0.31 0.83 0.53
HSL 37.8º 0.71% 0.27% -
HSV(B) 37.8º 0.83% 0.47% -
XYZ 10.97 10.23 2.06 -
YUV 86.88 90.26 151.62 -
System Red Green Blue C M Y K H S L
Decimal 120 83 20 0 0.31 0.83 0.53 37.8 0.71 0.27
Hex 78 53 14 0 1F 53 35 26 47 1B
Octal 170 123 24 0 37 123 65 46 107 33
Binary 1111000 1010011 10100 0 11111 1010011 110101 100110 1000111 11011

Color Harmonies of #785314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785314

Black with #785314

Text Example


Text Example

White with #785314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785314; }

 p { color: rgb(120,83,20); }

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

background-color css

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

 a { background-color: rgb(120,83,20); }

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

border-color css

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

 span { border-color: rgb(120,83,20); }

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