Html Css Color HEX #82290F Burnt Umber

📋 copy color: '#82290F'

red 130 ◦ green 41 ◦ blue 15

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

Shades of Burnt Umber #82290F

Tints of Burnt Umber #82290F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 22.04%

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

R = 69.89%
G = 22.04%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#82290F (or 0x82290F) is known color: Burnt Umber. HEX triplet: 82, 29 and 0F. RGB value is (130,41,15). Sum of RGB (Red+Green+Blue) = 130+41+15=186 (24% of max value = 765). Red value is 130 (51.17% from 255 or 69.89% from 186); Green value is 41 (16.41% from 255 or 22.04% from 186); Blue value is 15 (6.25% from 255 or 8.06% from 186); Max value from RGB is 130 - color contains mainly: red. Hex color #82290F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #82290F is #7DD6F0. Grayscale: #404040. Windows color (decimal): -8247025 or 993666. OLE color: 993666.

HSL color Cylindrical-coordinate representation of color #82290F: hue angle of 13.57º 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 #82290F is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 41 15 -
CMYK 0 0.68 0.88 0.49
HSL 13.57º 0.79% 0.28% -
HSV(B) 13.57º 0.88% 0.51% -
XYZ 10.09 6.37 1.15 -
YUV 64.65 99.99 174.61 -
System Red Green Blue C M Y K H S L
Decimal 130 41 15 0 0.68 0.88 0.49 13.57 0.79 0.28
Hex 82 29 F 0 44 58 31 E 4F 1C
Octal 202 51 17 0 104 130 61 16 117 34
Binary 10000010 101001 1111 0 1000100 1011000 110001 1110 1001111 11100

Color Harmonies of #82290F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82290F

Black with #82290F

Text Example


Text Example

White with #82290F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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