Html Css Color HEX #8C371D Burnt Umber

📋 copy color: '#8C371D'

red 140 ◦ green 55 ◦ blue 29

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

Shades of Burnt Umber #8C371D

Tints of Burnt Umber #8C371D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.55%

 BLUE value IS 29 (11.72% from 255) = 12.95%

R = 62.5%
G = 24.55%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.79

 K value IS 0.45

RGB Variations

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

Color information

#8C371D (or 0x8C371D) is known color: Burnt Umber. HEX triplet: 8C, 37 and 1D. RGB value is (140,55,29). Sum of RGB (Red+Green+Blue) = 140+55+29=224 (29% of max value = 765). Red value is 140 (55.08% from 255 or 62.5% from 224); Green value is 55 (21.88% from 255 or 24.55% from 224); Blue value is 29 (11.72% from 255 or 12.95% from 224); Max value from RGB is 140 - color contains mainly: red. Hex color #8C371D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C371D is #73C8E2. Grayscale: #4D4D4D. Windows color (decimal): -7588067 or 1914764. OLE color: 1914764.

HSL color Cylindrical-coordinate representation of color #8C371D: hue angle of 14.05º degrees, saturation: 0.66, 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 #8C371D is Cyan = 0, Magento = 0.61, Yellow = 0.79 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 55 29 -
CMYK 0 0.61 0.79 0.45
HSL 14.05º 0.66% 0.33% -
HSV(B) 14.05º 0.79% 0.55% -
XYZ 12.4 8.4 2.13 -
YUV 77.45 100.66 172.61 -
System Red Green Blue C M Y K H S L
Decimal 140 55 29 0 0.61 0.79 0.45 14.05 0.66 0.33
Hex 8C 37 1D 0 3D 4F 2D E 42 21
Octal 214 67 35 0 75 117 55 16 102 41
Binary 10001100 110111 11101 0 111101 1001111 101101 1110 1000010 100001

Color Harmonies of #8C371D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C371D

Black with #8C371D

Text Example


Text Example

White with #8C371D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,55,29); }

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

background-color css

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

 a { background-color: rgb(140,55,29); }

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

border-color css

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

 span { border-color: rgb(140,55,29); }

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