Html Css Color HEX #8B301C Burnt Umber

📋 copy color: '#8B301C'

red 139 ◦ green 48 ◦ blue 28

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

Shades of Burnt Umber #8B301C

Tints of Burnt Umber #8B301C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.02%

R = 64.65%
G = 22.33%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.80

 K value IS 0.45

RGB Variations

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

Color information

#8B301C (or 0x8B301C) is known color: Burnt Umber. HEX triplet: 8B, 30 and 1C. RGB value is (139,48,28). Sum of RGB (Red+Green+Blue) = 139+48+28=215 (28% of max value = 765). Red value is 139 (54.69% from 255 or 64.65% from 215); Green value is 48 (19.14% from 255 or 22.33% from 215); Blue value is 28 (11.33% from 255 or 13.02% from 215); Max value from RGB is 139 - color contains mainly: red. Hex color #8B301C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B301C is #74CFE3. Grayscale: #494949. Windows color (decimal): -7655396 or 1847435. OLE color: 1847435.

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

Color convert

RGB 139 48 28 -
CMYK 0 0.65 0.80 0.45
HSL 10.81º 0.66% 0.33% -
HSV(B) 10.81º 0.8% 0.55% -
XYZ 11.91 7.69 1.95 -
YUV 72.93 102.65 175.13 -
System Red Green Blue C M Y K H S L
Decimal 139 48 28 0 0.65 0.80 0.45 10.81 0.66 0.33
Hex 8B 30 1C 0 41 50 2D B 42 21
Octal 213 60 34 0 101 120 55 13 102 41
Binary 10001011 110000 11100 0 1000001 1010000 101101 1011 1000010 100001

Color Harmonies of #8B301C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B301C

Black with #8B301C

Text Example


Text Example

White with #8B301C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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