Html Css Color HEX #8B2713 Burnt Umber

📋 copy color: '#8B2713'

red 139 ◦ green 39 ◦ blue 19

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

Shades of Burnt Umber #8B2713

Tints of Burnt Umber #8B2713

RGB

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

 GREEN value IS 39 (15.63% from 255) = 19.8%

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

R = 70.56%
G = 19.8%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.86

 K value IS 0.45

RGB Variations

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

Color information

#8B2713 (or 0x8B2713) is known color: Burnt Umber. HEX triplet: 8B, 27 and 13. RGB value is (139,39,19). Sum of RGB (Red+Green+Blue) = 139+39+19=197 (26% of max value = 765). Red value is 139 (54.69% from 255 or 70.56% from 197); Green value is 39 (15.62% from 255 or 19.80% from 197); Blue value is 19 (7.81% from 255 or 9.64% from 197); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2713 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B2713 is #74D8EC. Grayscale: #424242. Windows color (decimal): -7657709 or 1255307. OLE color: 1255307.

HSL color Cylindrical-coordinate representation of color #8B2713: hue angle of 10º 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 #8B2713 is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 39 19 -
CMYK 0 0.72 0.86 0.45
HSL 10º 0.76% 0.31% -
HSV(B) 10º 0.86% 0.55% -
XYZ 11.49 6.99 1.36 -
YUV 66.62 101.13 179.63 -
System Red Green Blue C M Y K H S L
Decimal 139 39 19 0 0.72 0.86 0.45 10 0.76 0.31
Hex 8B 27 13 0 48 56 2D A 4C 1F
Octal 213 47 23 0 110 126 55 12 114 37
Binary 10001011 100111 10011 0 1001000 1010110 101101 1010 1001100 11111

Color Harmonies of #8B2713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B2713

Black with #8B2713

Text Example


Text Example

White with #8B2713

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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