Html Css Color HEX #785312 Raw Umber

📋 copy color: '#785312'

red 120 ◦ green 83 ◦ blue 18

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

Shades of Raw Umber #785312

Tints of Raw Umber #785312

RGB

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

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

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

R = 54.3%
G = 37.56%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.85

 K value IS 0.53

RGB Variations

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

Color information

#785312 (or 0x785312) is known color: Raw Umber. HEX triplet: 78, 53 and 12. RGB value is (120,83,18). Sum of RGB (Red+Green+Blue) = 120+83+18=221 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.30% from 221); Green value is 83 (32.81% from 255 or 37.56% from 221); Blue value is 18 (7.42% from 255 or 8.14% from 221); Max value from RGB is 120 - color contains mainly: red. Hex color #785312 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #785312 is #87ACED. Grayscale: #565656. Windows color (decimal): -8891630 or 1201016. OLE color: 1201016.

HSL color Cylindrical-coordinate representation of color #785312: hue angle of 38.24º 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 #785312 is Cyan = 0, Magento = 0.31, Yellow = 0.85 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 83 18 -
CMYK 0 0.31 0.85 0.53
HSL 38.24º 0.74% 0.27% -
HSV(B) 38.24º 0.85% 0.47% -
XYZ 10.95 10.22 1.97 -
YUV 86.65 89.26 151.79 -
System Red Green Blue C M Y K H S L
Decimal 120 83 18 0 0.31 0.85 0.53 38.24 0.74 0.27
Hex 78 53 12 0 1F 55 35 26 4A 1B
Octal 170 123 22 0 37 125 65 46 112 33
Binary 1111000 1010011 10010 0 11111 1010101 110101 100110 1001010 11011

Color Harmonies of #785312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785312

Black with #785312

Text Example


Text Example

White with #785312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785312; }

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

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

background-color css

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

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

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

border-color css

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

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

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