Html Css Color HEX #824C18 Russet

📋 copy color: '#824C18'

red 130 ◦ green 76 ◦ blue 24

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

Shades of Russet #824C18

Tints of Russet #824C18

RGB

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

 GREEN value IS 76 (30.08% from 255) = 33.04%

 BLUE value IS 24 (9.77% from 255) = 10.43%

R = 56.52%
G = 33.04%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#824C18 (or 0x824C18) is known color: Russet. HEX triplet: 82, 4C and 18. RGB value is (130,76,24). Sum of RGB (Red+Green+Blue) = 130+76+24=230 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.52% from 230); Green value is 76 (30.08% from 255 or 33.04% from 230); Blue value is 24 (9.77% from 255 or 10.43% from 230); Max value from RGB is 130 - color contains mainly: red. Hex color #824C18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824C18 is #7DB3E7. Grayscale: #565656. Windows color (decimal): -8238056 or 1592450. OLE color: 1592450.

HSL color Cylindrical-coordinate representation of color #824C18: hue angle of 29.43º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #824C18 is Cyan = 0, Magento = 0.42, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 76 24 -
CMYK 0 0.42 0.82 0.49
HSL 29.43º 0.69% 0.3% -
HSV(B) 29.43º 0.82% 0.51% -
XYZ 11.96 9.98 2.16 -
YUV 86.22 92.89 159.23 -
System Red Green Blue C M Y K H S L
Decimal 130 76 24 0 0.42 0.82 0.49 29.43 0.69 0.3
Hex 82 4C 18 0 2A 52 31 1D 45 1E
Octal 202 114 30 0 52 122 61 35 105 36
Binary 10000010 1001100 11000 0 101010 1010010 110001 11101 1000101 11110

Color Harmonies of #824C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824C18

Black with #824C18

Text Example


Text Example

White with #824C18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,76,24); }

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

background-color css

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

 a { background-color: rgb(130,76,24); }

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

border-color css

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

 span { border-color: rgb(130,76,24); }

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