Html Css Color HEX #824113 Russet

📋 copy color: '#824113'

red 130 ◦ green 65 ◦ blue 19

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

Shades of Russet #824113

Tints of Russet #824113

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.37%

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

R = 60.75%
G = 30.37%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#824113 (or 0x824113) is known color: Russet. HEX triplet: 82, 41 and 13. RGB value is (130,65,19). Sum of RGB (Red+Green+Blue) = 130+65+19=214 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.75% from 214); Green value is 65 (25.78% from 255 or 30.37% from 214); Blue value is 19 (7.81% from 255 or 8.88% from 214); Max value from RGB is 130 - color contains mainly: red. Hex color #824113 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824113 is #7DBEEC. Grayscale: #4F4F4F. Windows color (decimal): -8240877 or 1261954. OLE color: 1261954.

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

Color convert

RGB 130 65 19 -
CMYK 0 0.50 0.85 0.49
HSL 24.86º 0.74% 0.29% -
HSV(B) 24.86º 0.85% 0.51% -
XYZ 11.21 8.57 1.68 -
YUV 79.19 94.03 164.24 -
System Red Green Blue C M Y K H S L
Decimal 130 65 19 0 0.50 0.85 0.49 24.86 0.74 0.29
Hex 82 41 13 0 32 55 31 19 4A 1D
Octal 202 101 23 0 62 125 61 31 112 35
Binary 10000010 1000001 10011 0 110010 1010101 110001 11001 1001010 11101

Color Harmonies of #824113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824113

Black with #824113

Text Example


Text Example

White with #824113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824113; }

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

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

background-color css

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

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

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

border-color css

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

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

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