Html Css Color HEX #82361C Burnt Umber

📋 copy color: '#82361C'

red 130 ◦ green 54 ◦ blue 28

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

Shades of Burnt Umber #82361C

Tints of Burnt Umber #82361C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25.47%

 BLUE value IS 28 (11.33% from 255) = 13.21%

R = 61.32%
G = 25.47%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#82361C (or 0x82361C) is known color: Burnt Umber. HEX triplet: 82, 36 and 1C. RGB value is (130,54,28). Sum of RGB (Red+Green+Blue) = 130+54+28=212 (28% of max value = 765). Red value is 130 (51.17% from 255 or 61.32% from 212); Green value is 54 (21.48% from 255 or 25.47% from 212); Blue value is 28 (11.33% from 255 or 13.21% from 212); Max value from RGB is 130 - color contains mainly: red. Hex color #82361C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82361C is #7DC9E3. Grayscale: #494949. Windows color (decimal): -8243684 or 1848962. OLE color: 1848962.

HSL color Cylindrical-coordinate representation of color #82361C: hue angle of 15.29º degrees, saturation: 0.65, 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 #82361C is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 54 28 -
CMYK 0 0.58 0.78 0.49
HSL 15.29º 0.65% 0.31% -
HSV(B) 15.29º 0.78% 0.51% -
XYZ 10.73 7.47 1.97 -
YUV 73.76 102.18 168.11 -
System Red Green Blue C M Y K H S L
Decimal 130 54 28 0 0.58 0.78 0.49 15.29 0.65 0.31
Hex 82 36 1C 0 3A 4E 31 F 41 1F
Octal 202 66 34 0 72 116 61 17 101 37
Binary 10000010 110110 11100 0 111010 1001110 110001 1111 1000001 11111

Color Harmonies of #82361C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82361C

Black with #82361C

Text Example


Text Example

White with #82361C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82361C; }

 p { color: rgb(130,54,28); }

 H1.HeaderClassName
 {
   color: #82361C;
 }
 .AnyTagClassName
 {
   color: #82361C;
 }
</style>

background-color css

<style>
 a { background-color: #82361C; }

 a { background-color: rgb(130,54,28); }

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

border-color css

<style>
 span { border-color: #82361C; }

 span { border-color: rgb(130,54,28); }

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