Html Css Color HEX #82280F Burnt Umber

📋 copy color: '#82280F'

red 130 ◦ green 40 ◦ blue 15

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

Shades of Burnt Umber #82280F

Tints of Burnt Umber #82280F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.62%

 BLUE value IS 15 (6.25% from 255) = 8.11%

R = 70.27%
G = 21.62%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#82280F (or 0x82280F) is known color: Burnt Umber. HEX triplet: 82, 28 and 0F. RGB value is (130,40,15). Sum of RGB (Red+Green+Blue) = 130+40+15=185 (24% of max value = 765). Red value is 130 (51.17% from 255 or 70.27% from 185); Green value is 40 (16.02% from 255 or 21.62% from 185); Blue value is 15 (6.25% from 255 or 8.11% from 185); Max value from RGB is 130 - color contains mainly: red. Hex color #82280F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #82280F is #7DD7F0. Grayscale: #404040. Windows color (decimal): -8247281 or 993410. OLE color: 993410.

HSL color Cylindrical-coordinate representation of color #82280F: hue angle of 13.04º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #82280F is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 40 15 -
CMYK 0 0.69 0.88 0.49
HSL 13.04º 0.79% 0.28% -
HSV(B) 13.04º 0.88% 0.51% -
XYZ 10.05 6.3 1.14 -
YUV 64.06 100.32 175.03 -
System Red Green Blue C M Y K H S L
Decimal 130 40 15 0 0.69 0.88 0.49 13.04 0.79 0.28
Hex 82 28 F 0 45 58 31 D 4F 1C
Octal 202 50 17 0 105 130 61 15 117 34
Binary 10000010 101000 1111 0 1000101 1011000 110001 1101 1001111 11100

Color Harmonies of #82280F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82280F

Black with #82280F

Text Example


Text Example

White with #82280F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82280F; }

 p { color: rgb(130,40,15); }

 H1.HeaderClassName
 {
   color: #82280F;
 }
 .AnyTagClassName
 {
   color: #82280F;
 }
</style>

background-color css

<style>
 a { background-color: #82280F; }

 a { background-color: rgb(130,40,15); }

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

border-color css

<style>
 span { border-color: #82280F; }

 span { border-color: rgb(130,40,15); }

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