Html Css Color HEX #8B260F Burnt Umber

📋 copy color: '#8B260F'

red 139 ◦ green 38 ◦ blue 15

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

Shades of Burnt Umber #8B260F

Tints of Burnt Umber #8B260F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19.79%

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

R = 72.4%
G = 19.79%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.89

 K value IS 0.45

RGB Variations

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

Color information

#8B260F (or 0x8B260F) is known color: Burnt Umber. HEX triplet: 8B, 26 and 0F. RGB value is (139,38,15). Sum of RGB (Red+Green+Blue) = 139+38+15=192 (25% of max value = 765). Red value is 139 (54.69% from 255 or 72.40% from 192); Green value is 38 (15.23% from 255 or 19.79% from 192); Blue value is 15 (6.25% from 255 or 7.81% from 192); Max value from RGB is 139 - color contains mainly: red. Hex color #8B260F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B260F is #74D9F0. Grayscale: #414141. Windows color (decimal): -7657969 or 992907. OLE color: 992907.

HSL color Cylindrical-coordinate representation of color #8B260F: hue angle of 11.13º 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 #8B260F is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 38 15 -
CMYK 0 0.73 0.89 0.45
HSL 11.13º 0.81% 0.3% -
HSV(B) 11.13º 0.89% 0.55% -
XYZ 11.43 6.91 1.18 -
YUV 65.58 99.46 180.37 -
System Red Green Blue C M Y K H S L
Decimal 139 38 15 0 0.73 0.89 0.45 11.13 0.81 0.3
Hex 8B 26 F 0 49 59 2D B 51 1E
Octal 213 46 17 0 111 131 55 13 121 36
Binary 10001011 100110 1111 0 1001001 1011001 101101 1011 1010001 11110

Color Harmonies of #8B260F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B260F

Black with #8B260F

Text Example


Text Example

White with #8B260F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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