Html Css Color HEX #8B2C25 Burnt Umber

📋 copy color: '#8B2C25'

red 139 ◦ green 44 ◦ blue 37

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

Shades of Burnt Umber #8B2C25

Tints of Burnt Umber #8B2C25

RGB

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

 GREEN value IS 44 (17.58% from 255) = 20%

 BLUE value IS 37 (14.84% from 255) = 16.82%

R = 63.18%
G = 20%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.73

 K value IS 0.45

RGB Variations

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

Color information

#8B2C25 (or 0x8B2C25) is known color: Burnt Umber. HEX triplet: 8B, 2C and 25. RGB value is (139,44,37). Sum of RGB (Red+Green+Blue) = 139+44+37=220 (29% of max value = 765). Red value is 139 (54.69% from 255 or 63.18% from 220); Green value is 44 (17.58% from 255 or 20% from 220); Blue value is 37 (14.84% from 255 or 16.82% from 220); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2C25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2C25 is #74D3DA. Grayscale: #474747. Windows color (decimal): -7656411 or 2436235. OLE color: 2436235.

HSL color Cylindrical-coordinate representation of color #8B2C25: hue angle of 4.12º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8B2C25 is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 44 37 -
CMYK 0 0.68 0.73 0.45
HSL 4.12º 0.58% 0.35% -
HSV(B) 4.12º 0.73% 0.55% -
XYZ 11.88 7.42 2.56 -
YUV 71.61 108.47 176.07 -
System Red Green Blue C M Y K H S L
Decimal 139 44 37 0 0.68 0.73 0.45 4.12 0.58 0.35
Hex 8B 2C 25 0 44 49 2D 4 3A 23
Octal 213 54 45 0 104 111 55 4 72 43
Binary 10001011 101100 100101 0 1000100 1001001 101101 100 111010 100011

Color Harmonies of #8B2C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B2C25

Black with #8B2C25

Text Example


Text Example

White with #8B2C25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,44,37); }

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

background-color css

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

 a { background-color: rgb(139,44,37); }

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

border-color css

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

 span { border-color: rgb(139,44,37); }

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