Html Css Color HEX #8B2F10 Burnt Umber

📋 copy color: '#8B2F10'

red 139 ◦ green 47 ◦ blue 16

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

Shades of Burnt Umber #8B2F10

Tints of Burnt Umber #8B2F10

RGB

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

 GREEN value IS 47 (18.75% from 255) = 23.27%

 BLUE value IS 16 (6.64% from 255) = 7.92%

R = 68.81%
G = 23.27%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.45

RGB Variations

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

Color information

#8B2F10 (or 0x8B2F10) is known color: Burnt Umber. HEX triplet: 8B, 2F and 10. RGB value is (139,47,16). Sum of RGB (Red+Green+Blue) = 139+47+16=202 (26% of max value = 765). Red value is 139 (54.69% from 255 or 68.81% from 202); Green value is 47 (18.75% from 255 or 23.27% from 202); Blue value is 16 (6.64% from 255 or 7.92% from 202); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2F10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B2F10 is #74D0EF. Grayscale: #474747. Windows color (decimal): -7655664 or 1060747. OLE color: 1060747.

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

Color convert

RGB 139 47 16 -
CMYK 0 0.66 0.88 0.45
HSL 15.12º 0.79% 0.3% -
HSV(B) 15.12º 0.88% 0.55% -
XYZ 11.76 7.56 1.33 -
YUV 70.97 96.98 176.52 -
System Red Green Blue C M Y K H S L
Decimal 139 47 16 0 0.66 0.88 0.45 15.12 0.79 0.3
Hex 8B 2F 10 0 42 58 2D F 4F 1E
Octal 213 57 20 0 102 130 55 17 117 36
Binary 10001011 101111 10000 0 1000010 1011000 101101 1111 1001111 11110

Color Harmonies of #8B2F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B2F10

Black with #8B2F10

Text Example


Text Example

White with #8B2F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,47,16); }

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

background-color css

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

 a { background-color: rgb(139,47,16); }

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

border-color css

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

 span { border-color: rgb(139,47,16); }

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