Html Css Color HEX #824A12 Russet

📋 copy color: '#824A12'

red 130 ◦ green 74 ◦ blue 18

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

Shades of Russet #824A12

Tints of Russet #824A12

RGB

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

 GREEN value IS 74 (29.3% from 255) = 33.33%

 BLUE value IS 18 (7.42% from 255) = 8.11%

R = 58.56%
G = 33.33%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#824A12 (or 0x824A12) is known color: Russet. HEX triplet: 82, 4A and 12. RGB value is (130,74,18). Sum of RGB (Red+Green+Blue) = 130+74+18=222 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.56% from 222); Green value is 74 (29.30% from 255 or 33.33% from 222); Blue value is 18 (7.42% from 255 or 8.11% from 222); Max value from RGB is 130 - color contains mainly: red. Hex color #824A12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824A12 is #7DB5ED. Grayscale: #545454. Windows color (decimal): -8238574 or 1198722. OLE color: 1198722.

HSL color Cylindrical-coordinate representation of color #824A12: hue angle of 30º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #824A12 is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 74 18 -
CMYK 0 0.43 0.86 0.49
HSL 30º 0.76% 0.29% -
HSV(B) 30º 0.86% 0.51% -
XYZ 11.76 9.69 1.82 -
YUV 84.36 90.55 160.55 -
System Red Green Blue C M Y K H S L
Decimal 130 74 18 0 0.43 0.86 0.49 30 0.76 0.29
Hex 82 4A 12 0 2B 56 31 1E 4C 1D
Octal 202 112 22 0 53 126 61 36 114 35
Binary 10000010 1001010 10010 0 101011 1010110 110001 11110 1001100 11101

Color Harmonies of #824A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824A12

Black with #824A12

Text Example


Text Example

White with #824A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824A12; }

 p { color: rgb(130,74,18); }

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

background-color css

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

 a { background-color: rgb(130,74,18); }

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

border-color css

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

 span { border-color: rgb(130,74,18); }

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