Html Css Color HEX #8B3010 Burnt Umber

📋 copy color: '#8B3010'

red 139 ◦ green 48 ◦ blue 16

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

Shades of Burnt Umber #8B3010

Tints of Burnt Umber #8B3010

RGB

 RED value IS 139 (54.69% from 255) = 68.47%

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

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

R = 68.47%
G = 23.65%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.88

 K value IS 0.45

RGB Variations

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

Color information

#8B3010 (or 0x8B3010) is known color: Burnt Umber. HEX triplet: 8B, 30 and 10. RGB value is (139,48,16). Sum of RGB (Red+Green+Blue) = 139+48+16=203 (26% of max value = 765). Red value is 139 (54.69% from 255 or 68.47% from 203); Green value is 48 (19.14% from 255 or 23.65% from 203); Blue value is 16 (6.64% from 255 or 7.88% from 203); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3010 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B3010 is #74CFEF. Grayscale: #474747. Windows color (decimal): -7655408 or 1061003. OLE color: 1061003.

HSL color Cylindrical-coordinate representation of color #8B3010: hue angle of 15.61º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8B3010 is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 48 16 -
CMYK 0 0.65 0.88 0.45
HSL 15.61º 0.79% 0.3% -
HSV(B) 15.61º 0.88% 0.55% -
XYZ 11.8 7.64 1.34 -
YUV 71.56 96.65 176.1 -
System Red Green Blue C M Y K H S L
Decimal 139 48 16 0 0.65 0.88 0.45 15.61 0.79 0.3
Hex 8B 30 10 0 41 58 2D 10 4F 1E
Octal 213 60 20 0 101 130 55 20 117 36
Binary 10001011 110000 10000 0 1000001 1011000 101101 10000 1001111 11110

Color Harmonies of #8B3010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B3010

Black with #8B3010

Text Example


Text Example

White with #8B3010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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