Html Css Color HEX #784100 Raw Umber

📋 copy color: '#784100'

red 120 ◦ green 65 ◦ blue 0

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

Shades of Raw Umber #784100

Tints of Raw Umber #784100

RGB

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

 GREEN value IS 65 (25.78% from 255) = 35.14%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 64.86%
G = 35.14%
B = 0%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#784100 (or 0x784100) is known color: Raw Umber. HEX triplet: 78, 41 and 00. RGB value is (120,65,0). Sum of RGB (Red+Green+Blue) = 120+65+0=185 (24% of max value = 765). Red value is 120 (47.27% from 255 or 64.86% from 185); Green value is 65 (25.78% from 255 or 35.14% from 185); Blue value is 0 (0.39% from 255 or 0% from 185); Max value from RGB is 120 - color contains mainly: red. Hex color #784100 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #784100 is #87BEFF. Grayscale: #4A4A4A. Windows color (decimal): -8896256 or 16760. OLE color: 16760.

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

Color convert

RGB 120 65 0 -
CMYK 0 0.46 1 0.53
HSL 32.5º 1% 0.24% -
HSV(B) 32.5º 1% 0.47% -
XYZ 9.64 7.77 0.99 -
YUV 74.04 86.22 160.79 -
System Red Green Blue C M Y K H S L
Decimal 120 65 0 0 0.46 1 0.53 32.5 1 0.24
Hex 78 41 0 0 2E 64 35 20 64 18
Octal 170 101 0 0 56 144 65 40 144 30
Binary 1111000 1000001 0 0 101110 1100100 110101 100000 1100100 11000

Color Harmonies of #784100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784100

Black with #784100

Text Example


Text Example

White with #784100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784100; }

 p { color: rgb(120,65,0); }

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

background-color css

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

 a { background-color: rgb(120,65,0); }

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

border-color css

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

 span { border-color: rgb(120,65,0); }

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