Html Css Color HEX #8F331A Burnt Umber

📋 copy color: '#8F331A'

red 143 ◦ green 51 ◦ blue 26

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

Shades of Burnt Umber #8F331A

Tints of Burnt Umber #8F331A

RGB

 RED value IS 143 (56.25% from 255) = 65%

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

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

R = 65%
G = 23.18%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.82

 K value IS 0.44

RGB Variations

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

Color information

#8F331A (or 0x8F331A) is known color: Burnt Umber. HEX triplet: 8F, 33 and 1A. RGB value is (143,51,26). Sum of RGB (Red+Green+Blue) = 143+51+26=220 (29% of max value = 765). Red value is 143 (56.25% from 255 or 65% from 220); Green value is 51 (20.31% from 255 or 23.18% from 220); Blue value is 26 (10.55% from 255 or 11.82% from 220); Max value from RGB is 143 - color contains mainly: red. Hex color #8F331A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F331A is #70CCE5. Grayscale: #4B4B4B. Windows color (decimal): -7392486 or 1717135. OLE color: 1717135.

HSL color Cylindrical-coordinate representation of color #8F331A: hue angle of 12.82º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8F331A is Cyan = 0, Magento = 0.64, Yellow = 0.82 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 51 26 -
CMYK 0 0.64 0.82 0.44
HSL 12.82º 0.69% 0.33% -
HSV(B) 12.82º 0.82% 0.56% -
XYZ 12.7 8.28 1.91 -
YUV 75.66 99.98 176.03 -
System Red Green Blue C M Y K H S L
Decimal 143 51 26 0 0.64 0.82 0.44 12.82 0.69 0.33
Hex 8F 33 1A 0 40 52 2C D 45 21
Octal 217 63 32 0 100 122 54 15 105 41
Binary 10001111 110011 11010 0 1000000 1010010 101100 1101 1000101 100001

Color Harmonies of #8F331A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F331A

Black with #8F331A

Text Example


Text Example

White with #8F331A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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