Html Css Color HEX #785016 Raw Umber

📋 copy color: '#785016'

red 120 ◦ green 80 ◦ blue 22

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

Shades of Raw Umber #785016

Tints of Raw Umber #785016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.91%

R = 54.05%
G = 36.04%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#785016 (or 0x785016) is known color: Raw Umber. HEX triplet: 78, 50 and 16. RGB value is (120,80,22). Sum of RGB (Red+Green+Blue) = 120+80+22=222 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.05% from 222); Green value is 80 (31.64% from 255 or 36.04% from 222); Blue value is 22 (8.98% from 255 or 9.91% from 222); Max value from RGB is 120 - color contains mainly: red. Hex color #785016 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #785016 is #87AFE9. Grayscale: #555555. Windows color (decimal): -8892394 or 1462392. OLE color: 1462392.

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

Color convert

RGB 120 80 22 -
CMYK 0 0.33 0.82 0.53
HSL 35.51º 0.69% 0.28% -
HSV(B) 35.51º 0.82% 0.47% -
XYZ 10.76 9.79 2.08 -
YUV 85.35 92.25 152.72 -
System Red Green Blue C M Y K H S L
Decimal 120 80 22 0 0.33 0.82 0.53 35.51 0.69 0.28
Hex 78 50 16 0 21 52 35 24 45 1C
Octal 170 120 26 0 41 122 65 44 105 34
Binary 1111000 1010000 10110 0 100001 1010010 110101 100100 1000101 11100

Color Harmonies of #785016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785016

Black with #785016

Text Example


Text Example

White with #785016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785016; }

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

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

background-color css

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

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

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

border-color css

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

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

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