Html Css Color HEX #8B341D Burnt Umber

📋 copy color: '#8B341D'

red 139 ◦ green 52 ◦ blue 29

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

Shades of Burnt Umber #8B341D

Tints of Burnt Umber #8B341D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.18%

R = 63.18%
G = 23.64%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.79

 K value IS 0.45

RGB Variations

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

Color information

#8B341D (or 0x8B341D) is known color: Burnt Umber. HEX triplet: 8B, 34 and 1D. RGB value is (139,52,29). Sum of RGB (Red+Green+Blue) = 139+52+29=220 (29% of max value = 765). Red value is 139 (54.69% from 255 or 63.18% from 220); Green value is 52 (20.70% from 255 or 23.64% from 220); Blue value is 29 (11.72% from 255 or 13.18% from 220); Max value from RGB is 139 - color contains mainly: red. Hex color #8B341D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B341D is #74CBE2. Grayscale: #4B4B4B. Windows color (decimal): -7654371 or 1913995. OLE color: 1913995.

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

Color convert

RGB 139 52 29 -
CMYK 0 0.63 0.79 0.45
HSL 12.55º 0.65% 0.33% -
HSV(B) 12.55º 0.79% 0.55% -
XYZ 12.1 8.03 2.08 -
YUV 75.39 101.82 173.37 -
System Red Green Blue C M Y K H S L
Decimal 139 52 29 0 0.63 0.79 0.45 12.55 0.65 0.33
Hex 8B 34 1D 0 3F 4F 2D D 41 21
Octal 213 64 35 0 77 117 55 15 101 41
Binary 10001011 110100 11101 0 111111 1001111 101101 1101 1000001 100001

Color Harmonies of #8B341D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B341D

Black with #8B341D

Text Example


Text Example

White with #8B341D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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