Html Css Color HEX #8C381A Burnt Umber

📋 copy color: '#8C381A'

red 140 ◦ green 56 ◦ blue 26

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

Shades of Burnt Umber #8C381A

Tints of Burnt Umber #8C381A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.71%

R = 63.06%
G = 25.23%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.81

 K value IS 0.45

RGB Variations

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

Color information

#8C381A (or 0x8C381A) is known color: Burnt Umber. HEX triplet: 8C, 38 and 1A. RGB value is (140,56,26). Sum of RGB (Red+Green+Blue) = 140+56+26=222 (29% of max value = 765). Red value is 140 (55.08% from 255 or 63.06% from 222); Green value is 56 (22.27% from 255 or 25.23% from 222); Blue value is 26 (10.55% from 255 or 11.71% from 222); Max value from RGB is 140 - color contains mainly: red. Hex color #8C381A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C381A is #73C7E5. Grayscale: #4D4D4D. Windows color (decimal): -7587814 or 1718412. OLE color: 1718412.

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

Color convert

RGB 140 56 26 -
CMYK 0 0.6 0.81 0.45
HSL 15.79º 0.69% 0.33% -
HSV(B) 15.79º 0.81% 0.55% -
XYZ 12.42 8.48 1.96 -
YUV 77.7 98.83 172.44 -
System Red Green Blue C M Y K H S L
Decimal 140 56 26 0 0.6 0.81 0.45 15.79 0.69 0.33
Hex 8C 38 1A 0 3C 51 2D 10 45 21
Octal 214 70 32 0 74 121 55 20 105 41
Binary 10001100 111000 11010 0 111100 1010001 101101 10000 1000101 100001

Color Harmonies of #8C381A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C381A

Black with #8C381A

Text Example


Text Example

White with #8C381A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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