Html Css Color HEX #824315 Russet

📋 copy color: '#824315'

red 130 ◦ green 67 ◦ blue 21

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

Shades of Russet #824315

Tints of Russet #824315

RGB

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

 GREEN value IS 67 (26.56% from 255) = 30.73%

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

R = 59.63%
G = 30.73%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#824315 (or 0x824315) is known color: Russet. HEX triplet: 82, 43 and 15. RGB value is (130,67,21). Sum of RGB (Red+Green+Blue) = 130+67+21=218 (28% of max value = 765). Red value is 130 (51.17% from 255 or 59.63% from 218); Green value is 67 (26.56% from 255 or 30.73% from 218); Blue value is 21 (8.59% from 255 or 9.63% from 218); Max value from RGB is 130 - color contains mainly: red. Hex color #824315 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824315 is #7DBCEA. Grayscale: #505050. Windows color (decimal): -8240363 or 1393538. OLE color: 1393538.

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

Color convert

RGB 130 67 21 -
CMYK 0 0.48 0.84 0.49
HSL 25.32º 0.72% 0.3% -
HSV(B) 25.32º 0.84% 0.51% -
XYZ 11.35 8.81 1.81 -
YUV 80.59 94.37 163.24 -
System Red Green Blue C M Y K H S L
Decimal 130 67 21 0 0.48 0.84 0.49 25.32 0.72 0.3
Hex 82 43 15 0 30 54 31 19 48 1E
Octal 202 103 25 0 60 124 61 31 110 36
Binary 10000010 1000011 10101 0 110000 1010100 110001 11001 1001000 11110

Color Harmonies of #824315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824315

Black with #824315

Text Example


Text Example

White with #824315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824315; }

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

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

background-color css

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

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

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

border-color css

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

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

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