Html Css Color HEX #8B2A07 Burnt Umber

📋 copy color: '#8B2A07'

red 139 ◦ green 42 ◦ blue 7

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

Shades of Burnt Umber #8B2A07

Tints of Burnt Umber #8B2A07

RGB

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

 GREEN value IS 42 (16.8% from 255) = 22.34%

 BLUE value IS 7 (3.13% from 255) = 3.72%

R = 73.94%
G = 22.34%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.95

 K value IS 0.45

RGB Variations

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

Color information

#8B2A07 (or 0x8B2A07) is known color: Burnt Umber. HEX triplet: 8B, 2A and 07. RGB value is (139,42,7). Sum of RGB (Red+Green+Blue) = 139+42+7=188 (24% of max value = 765). Red value is 139 (54.69% from 255 or 73.94% from 188); Green value is 42 (16.80% from 255 or 22.34% from 188); Blue value is 7 (3.12% from 255 or 3.72% from 188); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2A07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B2A07 is #74D5F8. Grayscale: #434343. Windows color (decimal): -7656953 or 469643. OLE color: 469643.

HSL color Cylindrical-coordinate representation of color #8B2A07: hue angle of 15.91º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8B2A07 is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 42 7 -
CMYK 0 0.70 0.95 0.45
HSL 15.91º 0.9% 0.29% -
HSV(B) 15.91º 0.95% 0.55% -
XYZ 11.51 7.16 0.98 -
YUV 67.01 94.14 179.35 -
System Red Green Blue C M Y K H S L
Decimal 139 42 7 0 0.70 0.95 0.45 15.91 0.9 0.29
Hex 8B 2A 7 0 46 5F 2D 10 5A 1D
Octal 213 52 7 0 106 137 55 20 132 35
Binary 10001011 101010 111 0 1000110 1011111 101101 10000 1011010 11101

Color Harmonies of #8B2A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B2A07

Black with #8B2A07

Text Example


Text Example

White with #8B2A07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,42,7); }

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

background-color css

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

 a { background-color: rgb(139,42,7); }

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

border-color css

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

 span { border-color: rgb(139,42,7); }

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