Html Css Color HEX #8D3010 Burnt Umber

📋 copy color: '#8D3010'

red 141 ◦ green 48 ◦ blue 16

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

Shades of Burnt Umber #8D3010

Tints of Burnt Umber #8D3010

RGB

 RED value IS 141 (55.47% from 255) = 68.78%

 GREEN value IS 48 (19.14% from 255) = 23.41%

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

R = 68.78%
G = 23.41%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.45

RGB Variations

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

Color information

#8D3010 (or 0x8D3010) is known color: Burnt Umber. HEX triplet: 8D, 30 and 10. RGB value is (141,48,16). Sum of RGB (Red+Green+Blue) = 141+48+16=205 (27% of max value = 765). Red value is 141 (55.47% from 255 or 68.78% from 205); Green value is 48 (19.14% from 255 or 23.41% from 205); Blue value is 16 (6.64% from 255 or 7.80% from 205); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3010 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D3010 is #72CFEF. Grayscale: #484848. Windows color (decimal): -7524336 or 1061005. OLE color: 1061005.

HSL color Cylindrical-coordinate representation of color #8D3010: hue angle of 15.36º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8D3010 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 48 16 -
CMYK 0 0.66 0.89 0.45
HSL 15.36º 0.8% 0.31% -
HSV(B) 15.36º 0.89% 0.55% -
XYZ 12.13 7.81 1.36 -
YUV 72.16 96.31 177.1 -
System Red Green Blue C M Y K H S L
Decimal 141 48 16 0 0.66 0.89 0.45 15.36 0.8 0.31
Hex 8D 30 10 0 42 59 2D F 50 1F
Octal 215 60 20 0 102 131 55 17 120 37
Binary 10001101 110000 10000 0 1000010 1011001 101101 1111 1010000 11111

Color Harmonies of #8D3010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D3010

Black with #8D3010

Text Example


Text Example

White with #8D3010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D3010; }

 p { color: rgb(141,48,16); }

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

background-color css

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

 a { background-color: rgb(141,48,16); }

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

border-color css

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

 span { border-color: rgb(141,48,16); }

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