Html Css Color HEX #824615 Russet

📋 copy color: '#824615'

red 130 ◦ green 70 ◦ blue 21

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

Shades of Russet #824615

Tints of Russet #824615

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.5%

R = 58.82%
G = 31.67%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#824615 (or 0x824615) is known color: Russet. HEX triplet: 82, 46 and 15. RGB value is (130,70,21). Sum of RGB (Red+Green+Blue) = 130+70+21=221 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.82% from 221); Green value is 70 (27.73% from 255 or 31.67% from 221); Blue value is 21 (8.59% from 255 or 9.50% from 221); Max value from RGB is 130 - color contains mainly: red. Hex color #824615 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824615 is #7DB9EA. Grayscale: #525252. Windows color (decimal): -8239595 or 1394306. OLE color: 1394306.

HSL color Cylindrical-coordinate representation of color #824615: hue angle of 26.97º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #824615 is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 70 21 -
CMYK 0 0.46 0.84 0.49
HSL 26.97º 0.72% 0.3% -
HSV(B) 26.97º 0.84% 0.51% -
XYZ 11.53 9.18 1.87 -
YUV 82.35 93.38 161.98 -
System Red Green Blue C M Y K H S L
Decimal 130 70 21 0 0.46 0.84 0.49 26.97 0.72 0.3
Hex 82 46 15 0 2E 54 31 1B 48 1E
Octal 202 106 25 0 56 124 61 33 110 36
Binary 10000010 1000110 10101 0 101110 1010100 110001 11011 1001000 11110

Color Harmonies of #824615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824615

Black with #824615

Text Example


Text Example

White with #824615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824615; }

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

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

background-color css

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

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

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

border-color css

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

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

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