Html Css Color HEX #78550D Raw Umber

📋 copy color: '#78550D'

red 120 ◦ green 85 ◦ blue 13

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

Shades of Raw Umber #78550D

Tints of Raw Umber #78550D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.96%

R = 55.05%
G = 38.99%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#78550D (or 0x78550D) is known color: Raw Umber. HEX triplet: 78, 55 and 0D. RGB value is (120,85,13). Sum of RGB (Red+Green+Blue) = 120+85+13=218 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.05% from 218); Green value is 85 (33.59% from 255 or 38.99% from 218); Blue value is 13 (5.47% from 255 or 5.96% from 218); Max value from RGB is 120 - color contains mainly: red. Hex color #78550D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #78550D is #87AAF2. Grayscale: #575757. Windows color (decimal): -8891123 or 873848. OLE color: 873848.

HSL color Cylindrical-coordinate representation of color #78550D: hue angle of 40.37º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #78550D is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 85 13 -
CMYK 0 0.29 0.89 0.53
HSL 40.37º 0.8% 0.26% -
HSV(B) 40.37º 0.89% 0.47% -
XYZ 11.07 10.52 1.83 -
YUV 87.26 86.1 151.35 -
System Red Green Blue C M Y K H S L
Decimal 120 85 13 0 0.29 0.89 0.53 40.37 0.8 0.26
Hex 78 55 D 0 1D 59 35 28 50 1A
Octal 170 125 15 0 35 131 65 50 120 32
Binary 1111000 1010101 1101 0 11101 1011001 110101 101000 1010000 11010

Color Harmonies of #78550D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78550D

Black with #78550D

Text Example


Text Example

White with #78550D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78550D; }

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

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

background-color css

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

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

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

border-color css

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

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

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