Html Css Color HEX #823114 Burnt Umber

📋 copy color: '#823114'

red 130 ◦ green 49 ◦ blue 20

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

Shades of Burnt Umber #823114

Tints of Burnt Umber #823114

RGB

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

 GREEN value IS 49 (19.53% from 255) = 24.62%

 BLUE value IS 20 (8.2% from 255) = 10.05%

R = 65.33%
G = 24.62%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#823114 (or 0x823114) is known color: Burnt Umber. HEX triplet: 82, 31 and 14. RGB value is (130,49,20). Sum of RGB (Red+Green+Blue) = 130+49+20=199 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.33% from 199); Green value is 49 (19.53% from 255 or 24.62% from 199); Blue value is 20 (8.20% from 255 or 10.05% from 199); Max value from RGB is 130 - color contains mainly: red. Hex color #823114 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823114 is #7DCEEB. Grayscale: #464646. Windows color (decimal): -8244972 or 1323394. OLE color: 1323394.

HSL color Cylindrical-coordinate representation of color #823114: hue angle of 15.82º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #823114 is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 49 20 -
CMYK 0 0.62 0.85 0.49
HSL 15.82º 0.73% 0.29% -
HSV(B) 15.82º 0.85% 0.51% -
XYZ 10.43 6.99 1.46 -
YUV 69.91 99.84 170.86 -
System Red Green Blue C M Y K H S L
Decimal 130 49 20 0 0.62 0.85 0.49 15.82 0.73 0.29
Hex 82 31 14 0 3E 55 31 10 49 1D
Octal 202 61 24 0 76 125 61 20 111 35
Binary 10000010 110001 10100 0 111110 1010101 110001 10000 1001001 11101

Color Harmonies of #823114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823114

Black with #823114

Text Example


Text Example

White with #823114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823114; }

 p { color: rgb(130,49,20); }

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

background-color css

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

 a { background-color: rgb(130,49,20); }

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

border-color css

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

 span { border-color: rgb(130,49,20); }

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