Html Css Color HEX #8B2D15 Burnt Umber

📋 copy color: '#8B2D15'

red 139 ◦ green 45 ◦ blue 21

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

Shades of Burnt Umber #8B2D15

Tints of Burnt Umber #8B2D15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.24%

R = 67.8%
G = 21.95%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.85

 K value IS 0.45

RGB Variations

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

Color information

#8B2D15 (or 0x8B2D15) is known color: Burnt Umber. HEX triplet: 8B, 2D and 15. RGB value is (139,45,21). Sum of RGB (Red+Green+Blue) = 139+45+21=205 (27% of max value = 765). Red value is 139 (54.69% from 255 or 67.80% from 205); Green value is 45 (17.97% from 255 or 21.95% from 205); Blue value is 21 (8.59% from 255 or 10.24% from 205); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2D15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B2D15 is #74D2EA. Grayscale: #464646. Windows color (decimal): -7656171 or 1387915. OLE color: 1387915.

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

Color convert

RGB 139 45 21 -
CMYK 0 0.68 0.85 0.45
HSL 12.2º 0.74% 0.31% -
HSV(B) 12.2º 0.85% 0.55% -
XYZ 11.72 7.42 1.52 -
YUV 70.37 100.14 176.95 -
System Red Green Blue C M Y K H S L
Decimal 139 45 21 0 0.68 0.85 0.45 12.2 0.74 0.31
Hex 8B 2D 15 0 44 55 2D C 4A 1F
Octal 213 55 25 0 104 125 55 14 112 37
Binary 10001011 101101 10101 0 1000100 1010101 101101 1100 1001010 11111

Color Harmonies of #8B2D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B2D15

Black with #8B2D15

Text Example


Text Example

White with #8B2D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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