Html Css Color HEX #8C321F Burnt Umber

📋 copy color: '#8C321F'

red 140 ◦ green 50 ◦ blue 31

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

Shades of Burnt Umber #8C321F

Tints of Burnt Umber #8C321F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.62%

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

R = 63.35%
G = 22.62%
B = 14.03%

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

#8C321F (or 0x8C321F) is known color: Burnt Umber. HEX triplet: 8C, 32 and 1F. RGB value is (140,50,31). Sum of RGB (Red+Green+Blue) = 140+50+31=221 (29% of max value = 765). Red value is 140 (55.08% from 255 or 63.35% from 221); Green value is 50 (19.92% from 255 or 22.62% from 221); Blue value is 31 (12.5% from 255 or 14.03% from 221); Max value from RGB is 140 - color contains mainly: red. Hex color #8C321F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C321F is #73CDE0. Grayscale: #4A4A4A. Windows color (decimal): -7589345 or 2044556. OLE color: 2044556.

HSL color Cylindrical-coordinate representation of color #8C321F: hue angle of 10.46º 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 #8C321F is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 50 31 -
CMYK 0 0.64 0.78 0.45
HSL 10.46º 0.64% 0.34% -
HSV(B) 10.46º 0.78% 0.55% -
XYZ 12.2 7.96 2.19 -
YUV 74.74 103.32 174.54 -
System Red Green Blue C M Y K H S L
Decimal 140 50 31 0 0.64 0.78 0.45 10.46 0.64 0.34
Hex 8C 32 1F 0 40 4E 2D A 40 22
Octal 214 62 37 0 100 116 55 12 100 42
Binary 10001100 110010 11111 0 1000000 1001110 101101 1010 1000000 100010

Color Harmonies of #8C321F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C321F

Black with #8C321F

Text Example


Text Example

White with #8C321F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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