Html Css Color HEX #8A3323 Burnt Umber

📋 copy color: '#8A3323'

red 138 ◦ green 51 ◦ blue 35

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

Shades of Burnt Umber #8A3323

Tints of Burnt Umber #8A3323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 15.63%

R = 61.61%
G = 22.77%
B = 15.63%

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

#8A3323 (or 0x8A3323) is known color: Burnt Umber. HEX triplet: 8A, 33 and 23. RGB value is (138,51,35). Sum of RGB (Red+Green+Blue) = 138+51+35=224 (29% of max value = 765). Red value is 138 (54.30% from 255 or 61.61% from 224); Green value is 51 (20.31% from 255 or 22.77% from 224); Blue value is 35 (14.06% from 255 or 15.62% from 224); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3323 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A3323 is #75CCDC. Grayscale: #4B4B4B. Windows color (decimal): -7720157 or 2306954. OLE color: 2306954.

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

Color convert

RGB 138 51 35 -
CMYK 0 0.63 0.75 0.46
HSL 9.32º 0.6% 0.34% -
HSV(B) 9.32º 0.75% 0.54% -
XYZ 11.97 7.89 2.48 -
YUV 75.19 105.32 172.8 -
System Red Green Blue C M Y K H S L
Decimal 138 51 35 0 0.63 0.75 0.46 9.32 0.6 0.34
Hex 8A 33 23 0 3F 4B 2E 9 3C 22
Octal 212 63 43 0 77 113 56 11 74 42
Binary 10001010 110011 100011 0 111111 1001011 101110 1001 111100 100010

Color Harmonies of #8A3323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3323

Black with #8A3323

Text Example


Text Example

White with #8A3323

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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