Html Css Color HEX #823314 Burnt Umber

📋 copy color: '#823314'

red 130 ◦ green 51 ◦ blue 20

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

Shades of Burnt Umber #823314

Tints of Burnt Umber #823314

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.37%

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

R = 64.68%
G = 25.37%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#823314 (or 0x823314) is known color: Burnt Umber. HEX triplet: 82, 33 and 14. RGB value is (130,51,20). Sum of RGB (Red+Green+Blue) = 130+51+20=201 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.68% from 201); Green value is 51 (20.31% from 255 or 25.37% from 201); Blue value is 20 (8.20% from 255 or 9.95% from 201); Max value from RGB is 130 - color contains mainly: red. Hex color #823314 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823314 is #7DCCEB. Grayscale: #474747. Windows color (decimal): -8244460 or 1323906. OLE color: 1323906.

HSL color Cylindrical-coordinate representation of color #823314: hue angle of 16.91º 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 #823314 is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 51 20 -
CMYK 0 0.61 0.85 0.49
HSL 16.91º 0.73% 0.29% -
HSV(B) 16.91º 0.85% 0.51% -
XYZ 10.52 7.16 1.49 -
YUV 71.09 99.17 170.02 -
System Red Green Blue C M Y K H S L
Decimal 130 51 20 0 0.61 0.85 0.49 16.91 0.73 0.29
Hex 82 33 14 0 3D 55 31 11 49 1D
Octal 202 63 24 0 75 125 61 21 111 35
Binary 10000010 110011 10100 0 111101 1010101 110001 10001 1001001 11101

Color Harmonies of #823314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823314

Black with #823314

Text Example


Text Example

White with #823314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823314; }

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

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

background-color css

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

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

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

border-color css

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

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

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