Html Css Color HEX #8B3225 Burnt Umber

📋 copy color: '#8B3225'

red 139 ◦ green 50 ◦ blue 37

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

Shades of Burnt Umber #8B3225

Tints of Burnt Umber #8B3225

RGB

 RED value IS 139 (54.69% from 255) = 61.5%

 GREEN value IS 50 (19.92% from 255) = 22.12%

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

R = 61.5%
G = 22.12%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.73

 K value IS 0.45

RGB Variations

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

Color information

#8B3225 (or 0x8B3225) is known color: Burnt Umber. HEX triplet: 8B, 32 and 25. RGB value is (139,50,37). Sum of RGB (Red+Green+Blue) = 139+50+37=226 (29% of max value = 765). Red value is 139 (54.69% from 255 or 61.50% from 226); Green value is 50 (19.92% from 255 or 22.12% from 226); Blue value is 37 (14.84% from 255 or 16.37% from 226); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3225 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B3225 is #74CDDA. Grayscale: #4B4B4B. Windows color (decimal): -7654875 or 2437771. OLE color: 2437771.

HSL color Cylindrical-coordinate representation of color #8B3225: hue angle of 7.65º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8B3225 is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 50 37 -
CMYK 0 0.64 0.73 0.45
HSL 7.65º 0.58% 0.35% -
HSV(B) 7.65º 0.73% 0.55% -
XYZ 12.12 7.9 2.64 -
YUV 75.13 106.49 173.56 -
System Red Green Blue C M Y K H S L
Decimal 139 50 37 0 0.64 0.73 0.45 7.65 0.58 0.35
Hex 8B 32 25 0 40 49 2D 8 3A 23
Octal 213 62 45 0 100 111 55 10 72 43
Binary 10001011 110010 100101 0 1000000 1001001 101101 1000 111010 100011

Color Harmonies of #8B3225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B3225

Black with #8B3225

Text Example


Text Example

White with #8B3225

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,50,37); }

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

background-color css

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

 a { background-color: rgb(139,50,37); }

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

border-color css

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

 span { border-color: rgb(139,50,37); }

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