Html Css Color HEX #8C381B Burnt Umber

📋 copy color: '#8C381B'

red 140 ◦ green 56 ◦ blue 27

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

Shades of Burnt Umber #8C381B

Tints of Burnt Umber #8C381B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.11%

R = 62.78%
G = 25.11%
B = 12.11%

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

#8C381B (or 0x8C381B) is known color: Burnt Umber. HEX triplet: 8C, 38 and 1B. RGB value is (140,56,27). Sum of RGB (Red+Green+Blue) = 140+56+27=223 (29% of max value = 765). Red value is 140 (55.08% from 255 or 62.78% from 223); Green value is 56 (22.27% from 255 or 25.11% from 223); Blue value is 27 (10.94% from 255 or 12.11% from 223); Max value from RGB is 140 - color contains mainly: red. Hex color #8C381B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C381B is #73C7E4. Grayscale: #4E4E4E. Windows color (decimal): -7587813 or 1783948. OLE color: 1783948.

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

Color convert

RGB 140 56 27 -
CMYK 0 0.6 0.81 0.45
HSL 15.4º 0.68% 0.33% -
HSV(B) 15.4º 0.81% 0.55% -
XYZ 12.43 8.48 2.02 -
YUV 77.81 99.33 172.36 -
System Red Green Blue C M Y K H S L
Decimal 140 56 27 0 0.6 0.81 0.45 15.4 0.68 0.33
Hex 8C 38 1B 0 3C 51 2D F 44 21
Octal 214 70 33 0 74 121 55 17 104 41
Binary 10001100 111000 11011 0 111100 1010001 101101 1111 1000100 100001

Color Harmonies of #8C381B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C381B

Black with #8C381B

Text Example


Text Example

White with #8C381B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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