Html Css Color HEX #82361B Burnt Umber

📋 copy color: '#82361B'

red 130 ◦ green 54 ◦ blue 27

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

Shades of Burnt Umber #82361B

Tints of Burnt Umber #82361B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.8%

R = 61.61%
G = 25.59%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.79

 K value IS 0.49

RGB Variations

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

Color information

#82361B (or 0x82361B) is known color: Burnt Umber. HEX triplet: 82, 36 and 1B. RGB value is (130,54,27). Sum of RGB (Red+Green+Blue) = 130+54+27=211 (27% of max value = 765). Red value is 130 (51.17% from 255 or 61.61% from 211); Green value is 54 (21.48% from 255 or 25.59% from 211); Blue value is 27 (10.94% from 255 or 12.80% from 211); Max value from RGB is 130 - color contains mainly: red. Hex color #82361B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82361B is #7DC9E4. Grayscale: #494949. Windows color (decimal): -8243685 or 1783426. OLE color: 1783426.

HSL color Cylindrical-coordinate representation of color #82361B: hue angle of 15.73º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #82361B is Cyan = 0, Magento = 0.58, Yellow = 0.79 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 54 27 -
CMYK 0 0.58 0.79 0.49
HSL 15.73º 0.66% 0.31% -
HSV(B) 15.73º 0.79% 0.51% -
XYZ 10.72 7.46 1.91 -
YUV 73.65 101.68 168.2 -
System Red Green Blue C M Y K H S L
Decimal 130 54 27 0 0.58 0.79 0.49 15.73 0.66 0.31
Hex 82 36 1B 0 3A 4F 31 10 42 1F
Octal 202 66 33 0 72 117 61 20 102 37
Binary 10000010 110110 11011 0 111010 1001111 110001 10000 1000010 11111

Color Harmonies of #82361B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82361B

Black with #82361B

Text Example


Text Example

White with #82361B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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