Html Css Color HEX #8B3115 Burnt Umber

📋 copy color: '#8B3115'

red 139 ◦ green 49 ◦ blue 21

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

Shades of Burnt Umber #8B3115

Tints of Burnt Umber #8B3115

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.44%

 BLUE value IS 21 (8.59% from 255) = 10.05%

R = 66.51%
G = 23.44%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.85

 K value IS 0.45

RGB Variations

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

Color information

#8B3115 (or 0x8B3115) is known color: Burnt Umber. HEX triplet: 8B, 31 and 15. RGB value is (139,49,21). Sum of RGB (Red+Green+Blue) = 139+49+21=209 (27% of max value = 765). Red value is 139 (54.69% from 255 or 66.51% from 209); Green value is 49 (19.53% from 255 or 23.44% from 209); Blue value is 21 (8.59% from 255 or 10.05% from 209); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3115 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B3115 is #74CEEA. Grayscale: #484848. Windows color (decimal): -7655147 or 1388939. OLE color: 1388939.

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

Color convert

RGB 139 49 21 -
CMYK 0 0.65 0.85 0.45
HSL 14.24º 0.74% 0.31% -
HSV(B) 14.24º 0.85% 0.55% -
XYZ 11.88 7.74 1.58 -
YUV 72.72 98.82 175.28 -
System Red Green Blue C M Y K H S L
Decimal 139 49 21 0 0.65 0.85 0.45 14.24 0.74 0.31
Hex 8B 31 15 0 41 55 2D E 4A 1F
Octal 213 61 25 0 101 125 55 16 112 37
Binary 10001011 110001 10101 0 1000001 1010101 101101 1110 1001010 11111

Color Harmonies of #8B3115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B3115

Black with #8B3115

Text Example


Text Example

White with #8B3115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,49,21); }

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

background-color css

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

 a { background-color: rgb(139,49,21); }

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

border-color css

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

 span { border-color: rgb(139,49,21); }

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