Html Css Color HEX #8A3322 Burnt Umber

📋 copy color: '#8A3322'

red 138 ◦ green 51 ◦ blue 34

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

Shades of Burnt Umber #8A3322

Tints of Burnt Umber #8A3322

RGB

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

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

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

R = 61.88%
G = 22.87%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.75

 K value IS 0.46

RGB Variations

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

Color information

#8A3322 (or 0x8A3322) is known color: Burnt Umber. HEX triplet: 8A, 33 and 22. RGB value is (138,51,34). Sum of RGB (Red+Green+Blue) = 138+51+34=223 (29% of max value = 765). Red value is 138 (54.30% from 255 or 61.88% from 223); Green value is 51 (20.31% from 255 or 22.87% from 223); Blue value is 34 (13.67% from 255 or 15.25% from 223); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3322 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A3322 is #75CCDD. Grayscale: #4B4B4B. Windows color (decimal): -7720158 or 2241418. OLE color: 2241418.

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

Color convert

RGB 138 51 34 -
CMYK 0 0.63 0.75 0.46
HSL 9.81º 0.6% 0.34% -
HSV(B) 9.81º 0.75% 0.54% -
XYZ 11.95 7.89 2.41 -
YUV 75.08 104.82 172.88 -
System Red Green Blue C M Y K H S L
Decimal 138 51 34 0 0.63 0.75 0.46 9.81 0.6 0.34
Hex 8A 33 22 0 3F 4B 2E A 3C 22
Octal 212 63 42 0 77 113 56 12 74 42
Binary 10001010 110011 100010 0 111111 1001011 101110 1010 111100 100010

Color Harmonies of #8A3322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3322

Black with #8A3322

Text Example


Text Example

White with #8A3322

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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