Html Css Color HEX #785013 Raw Umber

📋 copy color: '#785013'

red 120 ◦ green 80 ◦ blue 19

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

Shades of Raw Umber #785013

Tints of Raw Umber #785013

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.53%

 BLUE value IS 19 (7.81% from 255) = 8.68%

R = 54.79%
G = 36.53%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#785013 (or 0x785013) is known color: Raw Umber. HEX triplet: 78, 50 and 13. RGB value is (120,80,19). Sum of RGB (Red+Green+Blue) = 120+80+19=219 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.79% from 219); Green value is 80 (31.64% from 255 or 36.53% from 219); Blue value is 19 (7.81% from 255 or 8.68% from 219); Max value from RGB is 120 - color contains mainly: red. Hex color #785013 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #785013 is #87AFEC. Grayscale: #555555. Windows color (decimal): -8892397 or 1265784. OLE color: 1265784.

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

Color convert

RGB 120 80 19 -
CMYK 0 0.33 0.84 0.53
HSL 36.24º 0.73% 0.27% -
HSV(B) 36.24º 0.84% 0.47% -
XYZ 10.73 9.78 1.94 -
YUV 85.01 90.75 152.96 -
System Red Green Blue C M Y K H S L
Decimal 120 80 19 0 0.33 0.84 0.53 36.24 0.73 0.27
Hex 78 50 13 0 21 54 35 24 49 1B
Octal 170 120 23 0 41 124 65 44 111 33
Binary 1111000 1010000 10011 0 100001 1010100 110101 100100 1001001 11011

Color Harmonies of #785013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785013

Black with #785013

Text Example


Text Example

White with #785013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785013; }

 p { color: rgb(120,80,19); }

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

background-color css

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

 a { background-color: rgb(120,80,19); }

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

border-color css

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

 span { border-color: rgb(120,80,19); }

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