Html Css Color HEX #8B2E13 Burnt Umber

📋 copy color: '#8B2E13'

red 139 ◦ green 46 ◦ blue 19

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

Shades of Burnt Umber #8B2E13

Tints of Burnt Umber #8B2E13

RGB

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

 GREEN value IS 46 (18.36% from 255) = 22.55%

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

R = 68.14%
G = 22.55%
B = 9.31%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.86

 K value IS 0.45

RGB Variations

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

Color information

#8B2E13 (or 0x8B2E13) is known color: Burnt Umber. HEX triplet: 8B, 2E and 13. RGB value is (139,46,19). Sum of RGB (Red+Green+Blue) = 139+46+19=204 (27% of max value = 765). Red value is 139 (54.69% from 255 or 68.14% from 204); Green value is 46 (18.36% from 255 or 22.55% from 204); Blue value is 19 (7.81% from 255 or 9.31% from 204); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2E13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B2E13 is #74D1EC. Grayscale: #464646. Windows color (decimal): -7655917 or 1257099. OLE color: 1257099.

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

Color convert

RGB 139 46 19 -
CMYK 0 0.67 0.86 0.45
HSL 13.5º 0.76% 0.31% -
HSV(B) 13.5º 0.86% 0.55% -
XYZ 11.74 7.49 1.44 -
YUV 70.73 98.81 176.7 -
System Red Green Blue C M Y K H S L
Decimal 139 46 19 0 0.67 0.86 0.45 13.5 0.76 0.31
Hex 8B 2E 13 0 43 56 2D E 4C 1F
Octal 213 56 23 0 103 126 55 16 114 37
Binary 10001011 101110 10011 0 1000011 1010110 101101 1110 1001100 11111

Color Harmonies of #8B2E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B2E13

Black with #8B2E13

Text Example


Text Example

White with #8B2E13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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