Html Css Color HEX #784010 Raw Umber

📋 copy color: '#784010'

red 120 ◦ green 64 ◦ blue 16

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

Shades of Raw Umber #784010

Tints of Raw Umber #784010

RGB

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

 GREEN value IS 64 (25.39% from 255) = 32%

 BLUE value IS 16 (6.64% from 255) = 8%

R = 60%
G = 32%
B = 8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#784010 (or 0x784010) is known color: Raw Umber. HEX triplet: 78, 40 and 10. RGB value is (120,64,16). Sum of RGB (Red+Green+Blue) = 120+64+16=200 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60% from 200); Green value is 64 (25.39% from 255 or 32% from 200); Blue value is 16 (6.64% from 255 or 8% from 200); Max value from RGB is 120 - color contains mainly: red. Hex color #784010 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #784010 is #87BFEF. Grayscale: #4B4B4B. Windows color (decimal): -8896496 or 1065080. OLE color: 1065080.

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

Color convert

RGB 120 64 16 -
CMYK 0 0.47 0.87 0.53
HSL 27.69º 0.76% 0.27% -
HSV(B) 27.69º 0.87% 0.47% -
XYZ 9.67 7.7 1.47 -
YUV 75.27 94.55 159.9 -
System Red Green Blue C M Y K H S L
Decimal 120 64 16 0 0.47 0.87 0.53 27.69 0.76 0.27
Hex 78 40 10 0 2F 57 35 1C 4C 1B
Octal 170 100 20 0 57 127 65 34 114 33
Binary 1111000 1000000 10000 0 101111 1010111 110101 11100 1001100 11011

Color Harmonies of #784010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784010

Black with #784010

Text Example


Text Example

White with #784010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784010; }

 p { color: rgb(120,64,16); }

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

background-color css

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

 a { background-color: rgb(120,64,16); }

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

border-color css

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

 span { border-color: rgb(120,64,16); }

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