Html Css Color HEX #8B2805 Burnt Umber

📋 copy color: '#8B2805'

red 139 ◦ green 40 ◦ blue 5

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

Shades of Burnt Umber #8B2805

Tints of Burnt Umber #8B2805

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.74%

 BLUE value IS 5 (2.34% from 255) = 2.72%

R = 75.54%
G = 21.74%
B = 2.72%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.96

 K value IS 0.45

RGB Variations

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

Color information

#8B2805 (or 0x8B2805) is known color: Burnt Umber. HEX triplet: 8B, 28 and 05. RGB value is (139,40,5). Sum of RGB (Red+Green+Blue) = 139+40+5=184 (24% of max value = 765). Red value is 139 (54.69% from 255 or 75.54% from 184); Green value is 40 (16.02% from 255 or 21.74% from 184); Blue value is 5 (2.34% from 255 or 2.72% from 184); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2805 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B2805 is #74D7FA. Grayscale: #414141. Windows color (decimal): -7657467 or 338059. OLE color: 338059.

HSL color Cylindrical-coordinate representation of color #8B2805: hue angle of 15.67º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8B2805 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 40 5 -
CMYK 0 0.71 0.96 0.45
HSL 15.67º 0.93% 0.28% -
HSV(B) 15.67º 0.96% 0.55% -
XYZ 11.43 7.02 0.9 -
YUV 65.61 93.8 180.35 -
System Red Green Blue C M Y K H S L
Decimal 139 40 5 0 0.71 0.96 0.45 15.67 0.93 0.28
Hex 8B 28 5 0 47 60 2D 10 5D 1C
Octal 213 50 5 0 107 140 55 20 135 34
Binary 10001011 101000 101 0 1000111 1100000 101101 10000 1011101 11100

Color Harmonies of #8B2805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B2805

Black with #8B2805

Text Example


Text Example

White with #8B2805

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,40,5); }

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

background-color css

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

 a { background-color: rgb(139,40,5); }

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

border-color css

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

 span { border-color: rgb(139,40,5); }

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