Html Css Color HEX #824613 Russet

📋 copy color: '#824613'

red 130 ◦ green 70 ◦ blue 19

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

Shades of Russet #824613

Tints of Russet #824613

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.96%

 BLUE value IS 19 (7.81% from 255) = 8.68%

R = 59.36%
G = 31.96%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#824613 (or 0x824613) is known color: Russet. HEX triplet: 82, 46 and 13. RGB value is (130,70,19). Sum of RGB (Red+Green+Blue) = 130+70+19=219 (29% of max value = 765). Red value is 130 (51.17% from 255 or 59.36% from 219); Green value is 70 (27.73% from 255 or 31.96% from 219); Blue value is 19 (7.81% from 255 or 8.68% from 219); Max value from RGB is 130 - color contains mainly: red. Hex color #824613 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824613 is #7DB9EC. Grayscale: #525252. Windows color (decimal): -8239597 or 1263234. OLE color: 1263234.

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

Color convert

RGB 130 70 19 -
CMYK 0 0.46 0.85 0.49
HSL 27.57º 0.74% 0.29% -
HSV(B) 27.57º 0.85% 0.51% -
XYZ 11.51 9.17 1.78 -
YUV 82.13 92.38 162.15 -
System Red Green Blue C M Y K H S L
Decimal 130 70 19 0 0.46 0.85 0.49 27.57 0.74 0.29
Hex 82 46 13 0 2E 55 31 1C 4A 1D
Octal 202 106 23 0 56 125 61 34 112 35
Binary 10000010 1000110 10011 0 101110 1010101 110001 11100 1001010 11101

Color Harmonies of #824613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824613

Black with #824613

Text Example


Text Example

White with #824613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824613; }

 p { color: rgb(130,70,19); }

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

background-color css

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

 a { background-color: rgb(130,70,19); }

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

border-color css

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

 span { border-color: rgb(130,70,19); }

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