Html Css Color HEX #8C381D Burnt Umber

📋 copy color: '#8C381D'

red 140 ◦ green 56 ◦ blue 29

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

Shades of Burnt Umber #8C381D

Tints of Burnt Umber #8C381D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.89%

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

R = 62.22%
G = 24.89%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.79

 K value IS 0.45

RGB Variations

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

Color information

#8C381D (or 0x8C381D) is known color: Burnt Umber. HEX triplet: 8C, 38 and 1D. RGB value is (140,56,29). Sum of RGB (Red+Green+Blue) = 140+56+29=225 (29% of max value = 765). Red value is 140 (55.08% from 255 or 62.22% from 225); Green value is 56 (22.27% from 255 or 24.89% from 225); Blue value is 29 (11.72% from 255 or 12.89% from 225); Max value from RGB is 140 - color contains mainly: red. Hex color #8C381D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C381D is #73C7E2. Grayscale: #4E4E4E. Windows color (decimal): -7587811 or 1915020. OLE color: 1915020.

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

Color convert

RGB 140 56 29 -
CMYK 0 0.6 0.79 0.45
HSL 14.59º 0.66% 0.33% -
HSV(B) 14.59º 0.79% 0.55% -
XYZ 12.45 8.49 2.15 -
YUV 78.04 100.33 172.2 -
System Red Green Blue C M Y K H S L
Decimal 140 56 29 0 0.6 0.79 0.45 14.59 0.66 0.33
Hex 8C 38 1D 0 3C 4F 2D F 42 21
Octal 214 70 35 0 74 117 55 17 102 41
Binary 10001100 111000 11101 0 111100 1001111 101101 1111 1000010 100001

Color Harmonies of #8C381D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C381D

Black with #8C381D

Text Example


Text Example

White with #8C381D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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