Html Css Color HEX #8B331C Burnt Umber

📋 copy color: '#8B331C'

red 139 ◦ green 51 ◦ blue 28

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

Shades of Burnt Umber #8B331C

Tints of Burnt Umber #8B331C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.39%

 BLUE value IS 28 (11.33% from 255) = 12.84%

R = 63.76%
G = 23.39%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.80

 K value IS 0.45

RGB Variations

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

Color information

#8B331C (or 0x8B331C) is known color: Burnt Umber. HEX triplet: 8B, 33 and 1C. RGB value is (139,51,28). Sum of RGB (Red+Green+Blue) = 139+51+28=218 (28% of max value = 765). Red value is 139 (54.69% from 255 or 63.76% from 218); Green value is 51 (20.31% from 255 or 23.39% from 218); Blue value is 28 (11.33% from 255 or 12.84% from 218); Max value from RGB is 139 - color contains mainly: red. Hex color #8B331C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B331C is #74CCE3. Grayscale: #4A4A4A. Windows color (decimal): -7654628 or 1848203. OLE color: 1848203.

HSL color Cylindrical-coordinate representation of color #8B331C: hue angle of 12.43º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8B331C is Cyan = 0, Magento = 0.63, Yellow = 0.80 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 51 28 -
CMYK 0 0.63 0.80 0.45
HSL 12.43º 0.66% 0.33% -
HSV(B) 12.43º 0.8% 0.55% -
XYZ 12.04 7.94 2 -
YUV 74.69 101.65 173.87 -
System Red Green Blue C M Y K H S L
Decimal 139 51 28 0 0.63 0.80 0.45 12.43 0.66 0.33
Hex 8B 33 1C 0 3F 50 2D C 42 21
Octal 213 63 34 0 77 120 55 14 102 41
Binary 10001011 110011 11100 0 111111 1010000 101101 1100 1000010 100001

Color Harmonies of #8B331C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B331C

Black with #8B331C

Text Example


Text Example

White with #8B331C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,51,28); }

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

background-color css

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

 a { background-color: rgb(139,51,28); }

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

border-color css

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

 span { border-color: rgb(139,51,28); }

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