Html Css Color HEX #832D11 Burnt Umber

📋 copy color: '#832D11'

red 131 ◦ green 45 ◦ blue 17

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

Shades of Burnt Umber #832D11

Tints of Burnt Umber #832D11

RGB

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

 GREEN value IS 45 (17.97% from 255) = 23.32%

 BLUE value IS 17 (7.03% from 255) = 8.81%

R = 67.88%
G = 23.32%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#832D11 (or 0x832D11) is known color: Burnt Umber. HEX triplet: 83, 2D and 11. RGB value is (131,45,17). Sum of RGB (Red+Green+Blue) = 131+45+17=193 (25% of max value = 765). Red value is 131 (51.56% from 255 or 67.88% from 193); Green value is 45 (17.97% from 255 or 23.32% from 193); Blue value is 17 (7.03% from 255 or 8.81% from 193); Max value from RGB is 131 - color contains mainly: red. Hex color #832D11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832D11 is #7CD2EE. Grayscale: #434343. Windows color (decimal): -8180463 or 1125763. OLE color: 1125763.

HSL color Cylindrical-coordinate representation of color #832D11: hue angle of 14.74º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #832D11 is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 45 17 -
CMYK 0 0.66 0.87 0.49
HSL 14.74º 0.77% 0.29% -
HSV(B) 14.74º 0.87% 0.51% -
XYZ 10.4 6.74 1.28 -
YUV 67.52 99.49 173.28 -
System Red Green Blue C M Y K H S L
Decimal 131 45 17 0 0.66 0.87 0.49 14.74 0.77 0.29
Hex 83 2D 11 0 42 57 31 F 4D 1D
Octal 203 55 21 0 102 127 61 17 115 35
Binary 10000011 101101 10001 0 1000010 1010111 110001 1111 1001101 11101

Color Harmonies of #832D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832D11

Black with #832D11

Text Example


Text Example

White with #832D11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,45,17); }

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

background-color css

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

 a { background-color: rgb(131,45,17); }

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

border-color css

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

 span { border-color: rgb(131,45,17); }

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