Html Css Color HEX #832A15 Burnt Umber

📋 copy color: '#832A15'

red 131 ◦ green 42 ◦ blue 21

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

Shades of Burnt Umber #832A15

Tints of Burnt Umber #832A15

RGB

 RED value IS 131 (51.56% from 255) = 67.53%

 GREEN value IS 42 (16.8% from 255) = 21.65%

 BLUE value IS 21 (8.59% from 255) = 10.82%

R = 67.53%
G = 21.65%
B = 10.82%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#832A15 (or 0x832A15) is known color: Burnt Umber. HEX triplet: 83, 2A and 15. RGB value is (131,42,21). Sum of RGB (Red+Green+Blue) = 131+42+21=194 (25% of max value = 765). Red value is 131 (51.56% from 255 or 67.53% from 194); Green value is 42 (16.80% from 255 or 21.65% from 194); Blue value is 21 (8.59% from 255 or 10.82% from 194); Max value from RGB is 131 - color contains mainly: red. Hex color #832A15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832A15 is #7CD5EA. Grayscale: #424242. Windows color (decimal): -8181227 or 1387139. OLE color: 1387139.

HSL color Cylindrical-coordinate representation of color #832A15: hue angle of 11.45º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #832A15 is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 42 21 -
CMYK 0 0.68 0.84 0.49
HSL 11.45º 0.72% 0.3% -
HSV(B) 11.45º 0.84% 0.51% -
XYZ 10.32 6.54 1.43 -
YUV 66.22 102.49 174.21 -
System Red Green Blue C M Y K H S L
Decimal 131 42 21 0 0.68 0.84 0.49 11.45 0.72 0.3
Hex 83 2A 15 0 44 54 31 B 48 1E
Octal 203 52 25 0 104 124 61 13 110 36
Binary 10000011 101010 10101 0 1000100 1010100 110001 1011 1001000 11110

Color Harmonies of #832A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832A15

Black with #832A15

Text Example


Text Example

White with #832A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832A15; }

 p { color: rgb(131,42,21); }

 H1.HeaderClassName
 {
   color: #832A15;
 }
 .AnyTagClassName
 {
   color: #832A15;
 }
</style>

background-color css

<style>
 a { background-color: #832A15; }

 a { background-color: rgb(131,42,21); }

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

border-color css

<style>
 span { border-color: #832A15; }

 span { border-color: rgb(131,42,21); }

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