Html Css Color HEX #8C381E Burnt Umber

📋 copy color: '#8C381E'

red 140 ◦ green 56 ◦ blue 30

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

Shades of Burnt Umber #8C381E

Tints of Burnt Umber #8C381E

RGB

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

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

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

R = 61.95%
G = 24.78%
B = 13.27%

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

#8C381E (or 0x8C381E) is known color: Burnt Umber. HEX triplet: 8C, 38 and 1E. RGB value is (140,56,30). Sum of RGB (Red+Green+Blue) = 140+56+30=226 (29% of max value = 765). Red value is 140 (55.08% from 255 or 61.95% from 226); Green value is 56 (22.27% from 255 or 24.78% from 226); Blue value is 30 (12.11% from 255 or 13.27% from 226); Max value from RGB is 140 - color contains mainly: red. Hex color #8C381E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C381E is #73C7E1. Grayscale: #4E4E4E. Windows color (decimal): -7587810 or 1980556. OLE color: 1980556.

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

Color convert

RGB 140 56 30 -
CMYK 0 0.6 0.79 0.45
HSL 14.18º 0.65% 0.33% -
HSV(B) 14.18º 0.79% 0.55% -
XYZ 12.46 8.5 2.21 -
YUV 78.15 100.83 172.11 -
System Red Green Blue C M Y K H S L
Decimal 140 56 30 0 0.6 0.79 0.45 14.18 0.65 0.33
Hex 8C 38 1E 0 3C 4F 2D E 41 21
Octal 214 70 36 0 74 117 55 16 101 41
Binary 10001100 111000 11110 0 111100 1001111 101101 1110 1000001 100001

Color Harmonies of #8C381E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C381E

Black with #8C381E

Text Example


Text Example

White with #8C381E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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