Html Css Color HEX #8B2D13 Burnt Umber

📋 copy color: '#8B2D13'

red 139 ◦ green 45 ◦ blue 19

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

Shades of Burnt Umber #8B2D13

Tints of Burnt Umber #8B2D13

RGB

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

 GREEN value IS 45 (17.97% from 255) = 22.17%

 BLUE value IS 19 (7.81% from 255) = 9.36%

R = 68.47%
G = 22.17%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.86

 K value IS 0.45

RGB Variations

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

Color information

#8B2D13 (or 0x8B2D13) is known color: Burnt Umber. HEX triplet: 8B, 2D and 13. RGB value is (139,45,19). Sum of RGB (Red+Green+Blue) = 139+45+19=203 (26% of max value = 765). Red value is 139 (54.69% from 255 or 68.47% from 203); Green value is 45 (17.97% from 255 or 22.17% from 203); Blue value is 19 (7.81% from 255 or 9.36% from 203); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2D13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B2D13 is #74D2EC. Grayscale: #464646. Windows color (decimal): -7656173 or 1256843. OLE color: 1256843.

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

Color convert

RGB 139 45 19 -
CMYK 0 0.68 0.86 0.45
HSL 13º 0.76% 0.31% -
HSV(B) 13º 0.86% 0.55% -
XYZ 11.7 7.41 1.43 -
YUV 70.14 99.14 177.11 -
System Red Green Blue C M Y K H S L
Decimal 139 45 19 0 0.68 0.86 0.45 13 0.76 0.31
Hex 8B 2D 13 0 44 56 2D D 4C 1F
Octal 213 55 23 0 104 126 55 15 114 37
Binary 10001011 101101 10011 0 1000100 1010110 101101 1101 1001100 11111

Color Harmonies of #8B2D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B2D13

Black with #8B2D13

Text Example


Text Example

White with #8B2D13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,45,19); }

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

background-color css

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

 a { background-color: rgb(139,45,19); }

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

border-color css

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

 span { border-color: rgb(139,45,19); }

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