Html Css Color HEX #8C331F Burnt Umber

📋 copy color: '#8C331F'

red 140 ◦ green 51 ◦ blue 31

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

Shades of Burnt Umber #8C331F

Tints of Burnt Umber #8C331F

RGB

 RED value IS 140 (55.08% from 255) = 63.06%

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

 BLUE value IS 31 (12.5% from 255) = 13.96%

R = 63.06%
G = 22.97%
B = 13.96%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.78

 K value IS 0.45

RGB Variations

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

Color information

#8C331F (or 0x8C331F) is known color: Burnt Umber. HEX triplet: 8C, 33 and 1F. RGB value is (140,51,31). Sum of RGB (Red+Green+Blue) = 140+51+31=222 (29% of max value = 765). Red value is 140 (55.08% from 255 or 63.06% from 222); Green value is 51 (20.31% from 255 or 22.97% from 222); Blue value is 31 (12.5% from 255 or 13.96% from 222); Max value from RGB is 140 - color contains mainly: red. Hex color #8C331F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C331F is #73CCE0. Grayscale: #4B4B4B. Windows color (decimal): -7589089 or 2044812. OLE color: 2044812.

HSL color Cylindrical-coordinate representation of color #8C331F: hue angle of 11.01º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8C331F is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 51 31 -
CMYK 0 0.64 0.78 0.45
HSL 11.01º 0.64% 0.34% -
HSV(B) 11.01º 0.78% 0.55% -
XYZ 12.25 8.04 2.2 -
YUV 75.33 102.99 174.13 -
System Red Green Blue C M Y K H S L
Decimal 140 51 31 0 0.64 0.78 0.45 11.01 0.64 0.34
Hex 8C 33 1F 0 40 4E 2D B 40 22
Octal 214 63 37 0 100 116 55 13 100 42
Binary 10001100 110011 11111 0 1000000 1001110 101101 1011 1000000 100010

Color Harmonies of #8C331F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C331F

Black with #8C331F

Text Example


Text Example

White with #8C331F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,51,31); }

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

background-color css

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

 a { background-color: rgb(140,51,31); }

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

border-color css

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

 span { border-color: rgb(140,51,31); }

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