Html Css Color HEX #8B270C Burnt Umber

📋 copy color: '#8B270C'

red 139 ◦ green 39 ◦ blue 12

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

Shades of Burnt Umber #8B270C

Tints of Burnt Umber #8B270C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20.53%

 BLUE value IS 12 (5.08% from 255) = 6.32%

R = 73.16%
G = 20.53%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.91

 K value IS 0.45

RGB Variations

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

Color information

#8B270C (or 0x8B270C) is known color: Burnt Umber. HEX triplet: 8B, 27 and 0C. RGB value is (139,39,12). Sum of RGB (Red+Green+Blue) = 139+39+12=190 (25% of max value = 765). Red value is 139 (54.69% from 255 or 73.16% from 190); Green value is 39 (15.62% from 255 or 20.53% from 190); Blue value is 12 (5.08% from 255 or 6.32% from 190); Max value from RGB is 139 - color contains mainly: red. Hex color #8B270C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B270C is #74D8F3. Grayscale: #424242. Windows color (decimal): -7657716 or 796555. OLE color: 796555.

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

Color convert

RGB 139 39 12 -
CMYK 0 0.72 0.91 0.45
HSL 12.76º 0.84% 0.3% -
HSV(B) 12.76º 0.91% 0.55% -
XYZ 11.44 6.97 1.09 -
YUV 65.82 97.63 180.2 -
System Red Green Blue C M Y K H S L
Decimal 139 39 12 0 0.72 0.91 0.45 12.76 0.84 0.3
Hex 8B 27 C 0 48 5B 2D D 54 1E
Octal 213 47 14 0 110 133 55 15 124 36
Binary 10001011 100111 1100 0 1001000 1011011 101101 1101 1010100 11110

Color Harmonies of #8B270C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B270C

Black with #8B270C

Text Example


Text Example

White with #8B270C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,39,12); }

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

background-color css

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

 a { background-color: rgb(139,39,12); }

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

border-color css

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

 span { border-color: rgb(139,39,12); }

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