Html Css Color HEX #82381E Burnt Umber

📋 copy color: '#82381E'

red 130 ◦ green 56 ◦ blue 30

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

Shades of Burnt Umber #82381E

Tints of Burnt Umber #82381E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.93%

 BLUE value IS 30 (12.11% from 255) = 13.89%

R = 60.19%
G = 25.93%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.77

 K value IS 0.49

RGB Variations

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

Color information

#82381E (or 0x82381E) is known color: Burnt Umber. HEX triplet: 82, 38 and 1E. RGB value is (130,56,30). Sum of RGB (Red+Green+Blue) = 130+56+30=216 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.19% from 216); Green value is 56 (22.27% from 255 or 25.93% from 216); Blue value is 30 (12.11% from 255 or 13.89% from 216); Max value from RGB is 130 - color contains mainly: red. Hex color #82381E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82381E is #7DC7E1. Grayscale: #4B4B4B. Windows color (decimal): -8243170 or 1980546. OLE color: 1980546.

HSL color Cylindrical-coordinate representation of color #82381E: hue angle of 15.6º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #82381E is Cyan = 0, Magento = 0.57, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 56 30 -
CMYK 0 0.57 0.77 0.49
HSL 15.6º 0.63% 0.31% -
HSV(B) 15.6º 0.77% 0.51% -
XYZ 10.85 7.67 2.14 -
YUV 75.16 102.52 167.11 -
System Red Green Blue C M Y K H S L
Decimal 130 56 30 0 0.57 0.77 0.49 15.6 0.63 0.31
Hex 82 38 1E 0 39 4D 31 10 3E 1F
Octal 202 70 36 0 71 115 61 20 76 37
Binary 10000010 111000 11110 0 111001 1001101 110001 10000 111110 11111

Color Harmonies of #82381E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82381E

Black with #82381E

Text Example


Text Example

White with #82381E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82381E; }

 p { color: rgb(130,56,30); }

 H1.HeaderClassName
 {
   color: #82381E;
 }
 .AnyTagClassName
 {
   color: #82381E;
 }
</style>

background-color css

<style>
 a { background-color: #82381E; }

 a { background-color: rgb(130,56,30); }

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

border-color css

<style>
 span { border-color: #82381E; }

 span { border-color: rgb(130,56,30); }

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