Html Css Color HEX #83301D Burnt Umber

📋 copy color: '#83301D'

red 131 ◦ green 48 ◦ blue 29

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

Shades of Burnt Umber #83301D

Tints of Burnt Umber #83301D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.08%

 BLUE value IS 29 (11.72% from 255) = 13.94%

R = 62.98%
G = 23.08%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#83301D (or 0x83301D) is known color: Burnt Umber. HEX triplet: 83, 30 and 1D. RGB value is (131,48,29). Sum of RGB (Red+Green+Blue) = 131+48+29=208 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.98% from 208); Green value is 48 (19.14% from 255 or 23.08% from 208); Blue value is 29 (11.72% from 255 or 13.94% from 208); Max value from RGB is 131 - color contains mainly: red. Hex color #83301D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83301D is #7CCFE2. Grayscale: #464646. Windows color (decimal): -8179683 or 1912963. OLE color: 1912963.

HSL color Cylindrical-coordinate representation of color #83301D: hue angle of 11.18º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #83301D is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 48 29 -
CMYK 0 0.63 0.78 0.49
HSL 11.18º 0.64% 0.31% -
HSV(B) 11.18º 0.78% 0.51% -
XYZ 10.64 7.03 1.96 -
YUV 70.65 104.5 171.04 -
System Red Green Blue C M Y K H S L
Decimal 131 48 29 0 0.63 0.78 0.49 11.18 0.64 0.31
Hex 83 30 1D 0 3F 4E 31 B 40 1F
Octal 203 60 35 0 77 116 61 13 100 37
Binary 10000011 110000 11101 0 111111 1001110 110001 1011 1000000 11111

Color Harmonies of #83301D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83301D

Black with #83301D

Text Example


Text Example

White with #83301D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83301D; }

 p { color: rgb(131,48,29); }

 H1.HeaderClassName
 {
   color: #83301D;
 }
 .AnyTagClassName
 {
   color: #83301D;
 }
</style>

background-color css

<style>
 a { background-color: #83301D; }

 a { background-color: rgb(131,48,29); }

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

border-color css

<style>
 span { border-color: #83301D; }

 span { border-color: rgb(131,48,29); }

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