Html Css Color HEX #8B3218 Burnt Umber

📋 copy color: '#8B3218'

red 139 ◦ green 50 ◦ blue 24

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

Shades of Burnt Umber #8B3218

Tints of Burnt Umber #8B3218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 11.27%

R = 65.26%
G = 23.47%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.83

 K value IS 0.45

RGB Variations

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

Color information

#8B3218 (or 0x8B3218) is known color: Burnt Umber. HEX triplet: 8B, 32 and 18. RGB value is (139,50,24). Sum of RGB (Red+Green+Blue) = 139+50+24=213 (28% of max value = 765). Red value is 139 (54.69% from 255 or 65.26% from 213); Green value is 50 (19.92% from 255 or 23.47% from 213); Blue value is 24 (9.77% from 255 or 11.27% from 213); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3218 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B3218 is #74CDE7. Grayscale: #494949. Windows color (decimal): -7654888 or 1585803. OLE color: 1585803.

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

Color convert

RGB 139 50 24 -
CMYK 0 0.64 0.83 0.45
HSL 13.57º 0.71% 0.32% -
HSV(B) 13.57º 0.83% 0.55% -
XYZ 11.95 7.84 1.75 -
YUV 73.65 99.99 174.61 -
System Red Green Blue C M Y K H S L
Decimal 139 50 24 0 0.64 0.83 0.45 13.57 0.71 0.32
Hex 8B 32 18 0 40 53 2D E 47 20
Octal 213 62 30 0 100 123 55 16 107 40
Binary 10001011 110010 11000 0 1000000 1010011 101101 1110 1000111 100000

Color Harmonies of #8B3218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B3218

Black with #8B3218

Text Example


Text Example

White with #8B3218

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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