Html Css Color HEX #832A1F Burnt Umber

📋 copy color: '#832A1F'

red 131 ◦ green 42 ◦ blue 31

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

Shades of Burnt Umber #832A1F

Tints of Burnt Umber #832A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 15.2%

R = 64.22%
G = 20.59%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#832A1F (or 0x832A1F) is known color: Burnt Umber. HEX triplet: 83, 2A and 1F. RGB value is (131,42,31). Sum of RGB (Red+Green+Blue) = 131+42+31=204 (27% of max value = 765). Red value is 131 (51.56% from 255 or 64.22% from 204); Green value is 42 (16.80% from 255 or 20.59% from 204); Blue value is 31 (12.5% from 255 or 15.20% from 204); Max value from RGB is 131 - color contains mainly: red. Hex color #832A1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832A1F is #7CD5E0. Grayscale: #434343. Windows color (decimal): -8181217 or 2042499. OLE color: 2042499.

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

Color convert

RGB 131 42 31 -
CMYK 0 0.68 0.76 0.49
HSL 6.6º 0.62% 0.32% -
HSV(B) 6.6º 0.76% 0.51% -
XYZ 10.44 6.58 2.02 -
YUV 67.36 107.49 173.39 -
System Red Green Blue C M Y K H S L
Decimal 131 42 31 0 0.68 0.76 0.49 6.6 0.62 0.32
Hex 83 2A 1F 0 44 4C 31 7 3E 20
Octal 203 52 37 0 104 114 61 7 76 40
Binary 10000011 101010 11111 0 1000100 1001100 110001 111 111110 100000

Color Harmonies of #832A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832A1F

Black with #832A1F

Text Example


Text Example

White with #832A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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