Html Css Color HEX #8C331A Burnt Umber

📋 copy color: '#8C331A'

red 140 ◦ green 51 ◦ blue 26

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

Shades of Burnt Umber #8C331A

Tints of Burnt Umber #8C331A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.5%

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

R = 64.52%
G = 23.5%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.81

 K value IS 0.45

RGB Variations

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

Color information

#8C331A (or 0x8C331A) is known color: Burnt Umber. HEX triplet: 8C, 33 and 1A. RGB value is (140,51,26). Sum of RGB (Red+Green+Blue) = 140+51+26=217 (28% of max value = 765). Red value is 140 (55.08% from 255 or 64.52% from 217); Green value is 51 (20.31% from 255 or 23.50% from 217); Blue value is 26 (10.55% from 255 or 11.98% from 217); Max value from RGB is 140 - color contains mainly: red. Hex color #8C331A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C331A is #73CCE5. Grayscale: #4A4A4A. Windows color (decimal): -7589094 or 1717132. OLE color: 1717132.

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

Color convert

RGB 140 51 26 -
CMYK 0 0.64 0.81 0.45
HSL 13.16º 0.69% 0.33% -
HSV(B) 13.16º 0.81% 0.55% -
XYZ 12.19 8.02 1.88 -
YUV 74.76 100.49 174.53 -
System Red Green Blue C M Y K H S L
Decimal 140 51 26 0 0.64 0.81 0.45 13.16 0.69 0.33
Hex 8C 33 1A 0 40 51 2D D 45 21
Octal 214 63 32 0 100 121 55 15 105 41
Binary 10001100 110011 11010 0 1000000 1010001 101101 1101 1000101 100001

Color Harmonies of #8C331A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C331A

Black with #8C331A

Text Example


Text Example

White with #8C331A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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