Html Css Color HEX #8A3022 Burnt Umber

📋 copy color: '#8A3022'

red 138 ◦ green 48 ◦ blue 34

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

Shades of Burnt Umber #8A3022

Tints of Burnt Umber #8A3022

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.82%

 BLUE value IS 34 (13.67% from 255) = 15.45%

R = 62.73%
G = 21.82%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.75

 K value IS 0.46

RGB Variations

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

Color information

#8A3022 (or 0x8A3022) is known color: Burnt Umber. HEX triplet: 8A, 30 and 22. RGB value is (138,48,34). Sum of RGB (Red+Green+Blue) = 138+48+34=220 (29% of max value = 765). Red value is 138 (54.30% from 255 or 62.73% from 220); Green value is 48 (19.14% from 255 or 21.82% from 220); Blue value is 34 (13.67% from 255 or 15.45% from 220); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3022 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A3022 is #75CFDD. Grayscale: #494949. Windows color (decimal): -7720926 or 2240650. OLE color: 2240650.

HSL color Cylindrical-coordinate representation of color #8A3022: hue angle of 8.08º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8A3022 is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 48 34 -
CMYK 0 0.65 0.75 0.46
HSL 8.08º 0.6% 0.34% -
HSV(B) 8.08º 0.75% 0.54% -
XYZ 11.83 7.63 2.36 -
YUV 73.31 105.82 174.14 -
System Red Green Blue C M Y K H S L
Decimal 138 48 34 0 0.65 0.75 0.46 8.08 0.6 0.34
Hex 8A 30 22 0 41 4B 2E 8 3C 22
Octal 212 60 42 0 101 113 56 10 74 42
Binary 10001010 110000 100010 0 1000001 1001011 101110 1000 111100 100010

Color Harmonies of #8A3022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3022

Black with #8A3022

Text Example


Text Example

White with #8A3022

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,48,34); }

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

background-color css

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

 a { background-color: rgb(138,48,34); }

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

border-color css

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

 span { border-color: rgb(138,48,34); }

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