Html Css Color HEX #8C321E Burnt Umber

📋 copy color: '#8C321E'

red 140 ◦ green 50 ◦ blue 30

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

Shades of Burnt Umber #8C321E

Tints of Burnt Umber #8C321E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 13.64%

R = 63.64%
G = 22.73%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.79

 K value IS 0.45

RGB Variations

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

Color information

#8C321E (or 0x8C321E) is known color: Burnt Umber. HEX triplet: 8C, 32 and 1E. RGB value is (140,50,30). Sum of RGB (Red+Green+Blue) = 140+50+30=220 (29% of max value = 765). Red value is 140 (55.08% from 255 or 63.64% from 220); Green value is 50 (19.92% from 255 or 22.73% from 220); Blue value is 30 (12.11% from 255 or 13.64% from 220); Max value from RGB is 140 - color contains mainly: red. Hex color #8C321E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C321E is #73CDE1. Grayscale: #4A4A4A. Windows color (decimal): -7589346 or 1979020. OLE color: 1979020.

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

Color convert

RGB 140 50 30 -
CMYK 0 0.64 0.79 0.45
HSL 10.91º 0.65% 0.33% -
HSV(B) 10.91º 0.79% 0.55% -
XYZ 12.19 7.95 2.12 -
YUV 74.63 102.82 174.63 -
System Red Green Blue C M Y K H S L
Decimal 140 50 30 0 0.64 0.79 0.45 10.91 0.65 0.33
Hex 8C 32 1E 0 40 4F 2D B 41 21
Octal 214 62 36 0 100 117 55 13 101 41
Binary 10001100 110010 11110 0 1000000 1001111 101101 1011 1000001 100001

Color Harmonies of #8C321E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C321E

Black with #8C321E

Text Example


Text Example

White with #8C321E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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