Html Css Color HEX #785512 Raw Umber

📋 copy color: '#785512'

red 120 ◦ green 85 ◦ blue 18

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

Shades of Raw Umber #785512

Tints of Raw Umber #785512

RGB

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

 GREEN value IS 85 (33.59% from 255) = 38.12%

 BLUE value IS 18 (7.42% from 255) = 8.07%

R = 53.81%
G = 38.12%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.85

 K value IS 0.53

RGB Variations

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

Color information

#785512 (or 0x785512) is known color: Raw Umber. HEX triplet: 78, 55 and 12. RGB value is (120,85,18). Sum of RGB (Red+Green+Blue) = 120+85+18=223 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.81% from 223); Green value is 85 (33.59% from 255 or 38.12% from 223); Blue value is 18 (7.42% from 255 or 8.07% from 223); Max value from RGB is 120 - color contains mainly: red. Hex color #785512 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #785512 is #87AAED. Grayscale: #585858. Windows color (decimal): -8891118 or 1201528. OLE color: 1201528.

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

Color convert

RGB 120 85 18 -
CMYK 0 0.29 0.85 0.53
HSL 39.41º 0.74% 0.27% -
HSV(B) 39.41º 0.85% 0.47% -
XYZ 11.1 10.53 2.02 -
YUV 87.83 88.6 150.95 -
System Red Green Blue C M Y K H S L
Decimal 120 85 18 0 0.29 0.85 0.53 39.41 0.74 0.27
Hex 78 55 12 0 1D 55 35 27 4A 1B
Octal 170 125 22 0 35 125 65 47 112 33
Binary 1111000 1010101 10010 0 11101 1010101 110101 100111 1001010 11011

Color Harmonies of #785512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785512

Black with #785512

Text Example


Text Example

White with #785512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785512; }

 p { color: rgb(120,85,18); }

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

background-color css

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

 a { background-color: rgb(120,85,18); }

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

border-color css

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

 span { border-color: rgb(120,85,18); }

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