Html Css Color HEX #8B301F Burnt Umber

📋 copy color: '#8B301F'

red 139 ◦ green 48 ◦ blue 31

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

Shades of Burnt Umber #8B301F

Tints of Burnt Umber #8B301F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 14.22%

R = 63.76%
G = 22.02%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.78

 K value IS 0.45

RGB Variations

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

Color information

#8B301F (or 0x8B301F) is known color: Burnt Umber. HEX triplet: 8B, 30 and 1F. RGB value is (139,48,31). Sum of RGB (Red+Green+Blue) = 139+48+31=218 (28% of max value = 765). Red value is 139 (54.69% from 255 or 63.76% from 218); Green value is 48 (19.14% from 255 or 22.02% from 218); Blue value is 31 (12.5% from 255 or 14.22% from 218); Max value from RGB is 139 - color contains mainly: red. Hex color #8B301F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B301F is #74CFE0. Grayscale: #494949. Windows color (decimal): -7655393 or 2044043. OLE color: 2044043.

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

Color convert

RGB 139 48 31 -
CMYK 0 0.65 0.78 0.45
HSL 9.44º 0.64% 0.33% -
HSV(B) 9.44º 0.78% 0.55% -
XYZ 11.95 7.7 2.15 -
YUV 73.27 104.15 174.88 -
System Red Green Blue C M Y K H S L
Decimal 139 48 31 0 0.65 0.78 0.45 9.44 0.64 0.33
Hex 8B 30 1F 0 41 4E 2D 9 40 21
Octal 213 60 37 0 101 116 55 11 100 41
Binary 10001011 110000 11111 0 1000001 1001110 101101 1001 1000000 100001

Color Harmonies of #8B301F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B301F

Black with #8B301F

Text Example


Text Example

White with #8B301F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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