Html Css Color HEX #8A331F Burnt Umber

📋 copy color: '#8A331F'

red 138 ◦ green 51 ◦ blue 31

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

Shades of Burnt Umber #8A331F

Tints of Burnt Umber #8A331F

RGB

 RED value IS 138 (54.3% from 255) = 62.73%

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

 BLUE value IS 31 (12.5% from 255) = 14.09%

R = 62.73%
G = 23.18%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.78

 K value IS 0.46

RGB Variations

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

Color information

#8A331F (or 0x8A331F) is known color: Burnt Umber. HEX triplet: 8A, 33 and 1F. RGB value is (138,51,31). Sum of RGB (Red+Green+Blue) = 138+51+31=220 (29% of max value = 765). Red value is 138 (54.30% from 255 or 62.73% from 220); Green value is 51 (20.31% from 255 or 23.18% from 220); Blue value is 31 (12.5% from 255 or 14.09% from 220); Max value from RGB is 138 - color contains mainly: red. Hex color #8A331F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A331F is #75CCE0. Grayscale: #4A4A4A. Windows color (decimal): -7720161 or 2044810. OLE color: 2044810.

HSL color Cylindrical-coordinate representation of color #8A331F: hue angle of 11.21º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8A331F is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 51 31 -
CMYK 0 0.63 0.78 0.46
HSL 11.21º 0.63% 0.33% -
HSV(B) 11.21º 0.78% 0.54% -
XYZ 11.91 7.87 2.19 -
YUV 74.73 103.32 173.13 -
System Red Green Blue C M Y K H S L
Decimal 138 51 31 0 0.63 0.78 0.46 11.21 0.63 0.33
Hex 8A 33 1F 0 3F 4E 2E B 3F 21
Octal 212 63 37 0 77 116 56 13 77 41
Binary 10001010 110011 11111 0 111111 1001110 101110 1011 111111 100001

Color Harmonies of #8A331F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A331F

Black with #8A331F

Text Example


Text Example

White with #8A331F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,51,31); }

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

background-color css

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

 a { background-color: rgb(138,51,31); }

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

border-color css

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

 span { border-color: rgb(138,51,31); }

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