Html Css Color HEX #8B2B0F Burnt Umber

📋 copy color: '#8B2B0F'

red 139 ◦ green 43 ◦ blue 15

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

Shades of Burnt Umber #8B2B0F

Tints of Burnt Umber #8B2B0F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 21.83%

 BLUE value IS 15 (6.25% from 255) = 7.61%

R = 70.56%
G = 21.83%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.89

 K value IS 0.45

RGB Variations

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

Color information

#8B2B0F (or 0x8B2B0F) is known color: Burnt Umber. HEX triplet: 8B, 2B and 0F. RGB value is (139,43,15). Sum of RGB (Red+Green+Blue) = 139+43+15=197 (26% of max value = 765). Red value is 139 (54.69% from 255 or 70.56% from 197); Green value is 43 (17.19% from 255 or 21.83% from 197); Blue value is 15 (6.25% from 255 or 7.61% from 197); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2B0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B2B0F is #74D4F0. Grayscale: #444444. Windows color (decimal): -7656689 or 994187. OLE color: 994187.

HSL color Cylindrical-coordinate representation of color #8B2B0F: hue angle of 13.55º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8B2B0F is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 43 15 -
CMYK 0 0.69 0.89 0.45
HSL 13.55º 0.81% 0.3% -
HSV(B) 13.55º 0.89% 0.55% -
XYZ 11.6 7.25 1.24 -
YUV 68.51 97.8 178.28 -
System Red Green Blue C M Y K H S L
Decimal 139 43 15 0 0.69 0.89 0.45 13.55 0.81 0.3
Hex 8B 2B F 0 45 59 2D E 51 1E
Octal 213 53 17 0 105 131 55 16 121 36
Binary 10001011 101011 1111 0 1000101 1011001 101101 1110 1010001 11110

Color Harmonies of #8B2B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B2B0F

Black with #8B2B0F

Text Example


Text Example

White with #8B2B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,43,15); }

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

background-color css

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

 a { background-color: rgb(139,43,15); }

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

border-color css

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

 span { border-color: rgb(139,43,15); }

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