Html Css Color HEX #82351A Burnt Umber

📋 copy color: '#82351A'

red 130 ◦ green 53 ◦ blue 26

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

Shades of Burnt Umber #82351A

Tints of Burnt Umber #82351A

RGB

 RED value IS 130 (51.17% from 255) = 62.2%

 GREEN value IS 53 (21.09% from 255) = 25.36%

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

R = 62.2%
G = 25.36%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.8

 K value IS 0.49

RGB Variations

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

Color information

#82351A (or 0x82351A) is known color: Burnt Umber. HEX triplet: 82, 35 and 1A. RGB value is (130,53,26). Sum of RGB (Red+Green+Blue) = 130+53+26=209 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.20% from 209); Green value is 53 (21.09% from 255 or 25.36% from 209); Blue value is 26 (10.55% from 255 or 12.44% from 209); Max value from RGB is 130 - color contains mainly: red. Hex color #82351A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82351A is #7DCAE5. Grayscale: #494949. Windows color (decimal): -8243942 or 1717634. OLE color: 1717634.

HSL color Cylindrical-coordinate representation of color #82351A: hue angle of 15.58º 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 #82351A is Cyan = 0, Magento = 0.59, Yellow = 0.8 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 53 26 -
CMYK 0 0.59 0.8 0.49
HSL 15.58º 0.67% 0.31% -
HSV(B) 15.58º 0.8% 0.51% -
XYZ 10.67 7.37 1.84 -
YUV 72.95 101.51 168.7 -
System Red Green Blue C M Y K H S L
Decimal 130 53 26 0 0.59 0.8 0.49 15.58 0.67 0.31
Hex 82 35 1A 0 3B 50 31 10 43 1F
Octal 202 65 32 0 73 120 61 20 103 37
Binary 10000010 110101 11010 0 111011 1010000 110001 10000 1000011 11111

Color Harmonies of #82351A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82351A

Black with #82351A

Text Example


Text Example

White with #82351A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,53,26); }

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

background-color css

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

 a { background-color: rgb(130,53,26); }

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

border-color css

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

 span { border-color: rgb(130,53,26); }

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