Html Css Color HEX #82341B Burnt Umber

📋 copy color: '#82341B'

red 130 ◦ green 52 ◦ blue 27

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

Shades of Burnt Umber #82341B

Tints of Burnt Umber #82341B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.88%

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

R = 62.2%
G = 24.88%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.79

 K value IS 0.49

RGB Variations

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

Color information

#82341B (or 0x82341B) is known color: Burnt Umber. HEX triplet: 82, 34 and 1B. RGB value is (130,52,27). Sum of RGB (Red+Green+Blue) = 130+52+27=209 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.20% from 209); Green value is 52 (20.70% from 255 or 24.88% from 209); Blue value is 27 (10.94% from 255 or 12.92% from 209); Max value from RGB is 130 - color contains mainly: red. Hex color #82341B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82341B is #7DCBE4. Grayscale: #484848. Windows color (decimal): -8244197 or 1782914. OLE color: 1782914.

HSL color Cylindrical-coordinate representation of color #82341B: hue angle of 14.56º 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 #82341B is Cyan = 0, Magento = 0.60, Yellow = 0.79 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 52 27 -
CMYK 0 0.60 0.79 0.49
HSL 14.56º 0.66% 0.31% -
HSV(B) 14.56º 0.79% 0.51% -
XYZ 10.63 7.28 1.88 -
YUV 72.47 102.34 169.03 -
System Red Green Blue C M Y K H S L
Decimal 130 52 27 0 0.60 0.79 0.49 14.56 0.66 0.31
Hex 82 34 1B 0 3C 4F 31 F 42 1F
Octal 202 64 33 0 74 117 61 17 102 37
Binary 10000010 110100 11011 0 111100 1001111 110001 1111 1000010 11111

Color Harmonies of #82341B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82341B

Black with #82341B

Text Example


Text Example

White with #82341B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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