Html Css Color HEX #83301A Burnt Umber

📋 copy color: '#83301A'

red 131 ◦ green 48 ◦ blue 26

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

Shades of Burnt Umber #83301A

Tints of Burnt Umber #83301A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 12.68%

R = 63.9%
G = 23.41%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.80

 K value IS 0.49

RGB Variations

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

Color information

#83301A (or 0x83301A) is known color: Burnt Umber. HEX triplet: 83, 30 and 1A. RGB value is (131,48,26). Sum of RGB (Red+Green+Blue) = 131+48+26=205 (27% of max value = 765). Red value is 131 (51.56% from 255 or 63.90% from 205); Green value is 48 (19.14% from 255 or 23.41% from 205); Blue value is 26 (10.55% from 255 or 12.68% from 205); Max value from RGB is 131 - color contains mainly: red. Hex color #83301A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83301A is #7CCFE5. Grayscale: #464646. Windows color (decimal): -8179686 or 1716355. OLE color: 1716355.

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

Color convert

RGB 131 48 26 -
CMYK 0 0.63 0.80 0.49
HSL 12.57º 0.67% 0.31% -
HSV(B) 12.57º 0.8% 0.51% -
XYZ 10.6 7.01 1.77 -
YUV 70.31 103 171.29 -
System Red Green Blue C M Y K H S L
Decimal 131 48 26 0 0.63 0.80 0.49 12.57 0.67 0.31
Hex 83 30 1A 0 3F 50 31 D 43 1F
Octal 203 60 32 0 77 120 61 15 103 37
Binary 10000011 110000 11010 0 111111 1010000 110001 1101 1000011 11111

Color Harmonies of #83301A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83301A

Black with #83301A

Text Example


Text Example

White with #83301A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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