Html Css Color HEX #8B3413 Burnt Umber

📋 copy color: '#8B3413'

red 139 ◦ green 52 ◦ blue 19

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

Shades of Burnt Umber #8B3413

Tints of Burnt Umber #8B3413

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.76%

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

R = 66.19%
G = 24.76%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.86

 K value IS 0.45

RGB Variations

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

Color information

#8B3413 (or 0x8B3413) is known color: Burnt Umber. HEX triplet: 8B, 34 and 13. RGB value is (139,52,19). Sum of RGB (Red+Green+Blue) = 139+52+19=210 (27% of max value = 765). Red value is 139 (54.69% from 255 or 66.19% from 210); Green value is 52 (20.70% from 255 or 24.76% from 210); Blue value is 19 (7.81% from 255 or 9.05% from 210); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3413 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B3413 is #74CBEC. Grayscale: #4A4A4A. Windows color (decimal): -7654381 or 1258635. OLE color: 1258635.

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

Color convert

RGB 139 52 19 -
CMYK 0 0.63 0.86 0.45
HSL 16.5º 0.76% 0.31% -
HSV(B) 16.5º 0.86% 0.55% -
XYZ 11.99 7.99 1.53 -
YUV 74.25 96.82 174.18 -
System Red Green Blue C M Y K H S L
Decimal 139 52 19 0 0.63 0.86 0.45 16.5 0.76 0.31
Hex 8B 34 13 0 3F 56 2D 10 4C 1F
Octal 213 64 23 0 77 126 55 20 114 37
Binary 10001011 110100 10011 0 111111 1010110 101101 10000 1001100 11111

Color Harmonies of #8B3413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B3413

Black with #8B3413

Text Example


Text Example

White with #8B3413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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