Html Css Color HEX #8A331E Burnt Umber

📋 copy color: '#8A331E'

red 138 ◦ green 51 ◦ blue 30

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

Shades of Burnt Umber #8A331E

Tints of Burnt Umber #8A331E

RGB

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

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

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

R = 63.01%
G = 23.29%
B = 13.7%

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

#8A331E (or 0x8A331E) is known color: Burnt Umber. HEX triplet: 8A, 33 and 1E. RGB value is (138,51,30). Sum of RGB (Red+Green+Blue) = 138+51+30=219 (29% of max value = 765). Red value is 138 (54.30% from 255 or 63.01% from 219); Green value is 51 (20.31% from 255 or 23.29% from 219); Blue value is 30 (12.11% from 255 or 13.70% from 219); Max value from RGB is 138 - color contains mainly: red. Hex color #8A331E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A331E is #75CCE1. Grayscale: #4A4A4A. Windows color (decimal): -7720162 or 1979274. OLE color: 1979274.

HSL color Cylindrical-coordinate representation of color #8A331E: hue angle of 11.67º degrees, saturation: 0.64, 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 #8A331E is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 51 30 -
CMYK 0 0.63 0.78 0.46
HSL 11.67º 0.64% 0.33% -
HSV(B) 11.67º 0.78% 0.54% -
XYZ 11.9 7.86 2.12 -
YUV 74.62 102.82 173.21 -
System Red Green Blue C M Y K H S L
Decimal 138 51 30 0 0.63 0.78 0.46 11.67 0.64 0.33
Hex 8A 33 1E 0 3F 4E 2E C 40 21
Octal 212 63 36 0 77 116 56 14 100 41
Binary 10001010 110011 11110 0 111111 1001110 101110 1100 1000000 100001

Color Harmonies of #8A331E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A331E

Black with #8A331E

Text Example


Text Example

White with #8A331E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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