Html Css Color HEX #8A3325 Burnt Umber

📋 copy color: '#8A3325'

red 138 ◦ green 51 ◦ blue 37

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

Shades of Burnt Umber #8A3325

Tints of Burnt Umber #8A3325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 16.37%

R = 61.06%
G = 22.57%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.73

 K value IS 0.46

RGB Variations

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

Color information

#8A3325 (or 0x8A3325) is known color: Burnt Umber. HEX triplet: 8A, 33 and 25. RGB value is (138,51,37). Sum of RGB (Red+Green+Blue) = 138+51+37=226 (29% of max value = 765). Red value is 138 (54.30% from 255 or 61.06% from 226); Green value is 51 (20.31% from 255 or 22.57% from 226); Blue value is 37 (14.84% from 255 or 16.37% from 226); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3325 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A3325 is #75CCDA. Grayscale: #4B4B4B. Windows color (decimal): -7720155 or 2438026. OLE color: 2438026.

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

Color convert

RGB 138 51 37 -
CMYK 0 0.63 0.73 0.46
HSL 8.32º 0.58% 0.34% -
HSV(B) 8.32º 0.73% 0.54% -
XYZ 12 7.9 2.64 -
YUV 75.42 106.32 172.64 -
System Red Green Blue C M Y K H S L
Decimal 138 51 37 0 0.63 0.73 0.46 8.32 0.58 0.34
Hex 8A 33 25 0 3F 49 2E 8 3A 22
Octal 212 63 45 0 77 111 56 10 72 42
Binary 10001010 110011 100101 0 111111 1001001 101110 1000 111010 100010

Color Harmonies of #8A3325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3325

Black with #8A3325

Text Example


Text Example

White with #8A3325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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