Html Css Color HEX #8A3B1E Burnt Umber

📋 copy color: '#8A3B1E'

red 138 ◦ green 59 ◦ blue 30

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

Shades of Burnt Umber #8A3B1E

Tints of Burnt Umber #8A3B1E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 25.99%

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

R = 60.79%
G = 25.99%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.78

 K value IS 0.46

RGB Variations

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

Color information

#8A3B1E (or 0x8A3B1E) is known color: Burnt Umber. HEX triplet: 8A, 3B and 1E. RGB value is (138,59,30). Sum of RGB (Red+Green+Blue) = 138+59+30=227 (30% of max value = 765). Red value is 138 (54.30% from 255 or 60.79% from 227); Green value is 59 (23.44% from 255 or 25.99% from 227); Blue value is 30 (12.11% from 255 or 13.22% from 227); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3B1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A3B1E is #75C4E1. Grayscale: #4F4F4F. Windows color (decimal): -7718114 or 1981322. OLE color: 1981322.

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

Color convert

RGB 138 59 30 -
CMYK 0 0.57 0.78 0.46
HSL 16.11º 0.64% 0.33% -
HSV(B) 16.11º 0.78% 0.54% -
XYZ 12.28 8.62 2.25 -
YUV 79.32 100.17 169.86 -
System Red Green Blue C M Y K H S L
Decimal 138 59 30 0 0.57 0.78 0.46 16.11 0.64 0.33
Hex 8A 3B 1E 0 39 4E 2E 10 40 21
Octal 212 73 36 0 71 116 56 20 100 41
Binary 10001010 111011 11110 0 111001 1001110 101110 10000 1000000 100001

Color Harmonies of #8A3B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3B1E

Black with #8A3B1E

Text Example


Text Example

White with #8A3B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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