Html Css Color HEX #824E18 Russet

📋 copy color: '#824E18'

red 130 ◦ green 78 ◦ blue 24

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

Shades of Russet #824E18

Tints of Russet #824E18

RGB

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

 GREEN value IS 78 (30.86% from 255) = 33.62%

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

R = 56.03%
G = 33.62%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#824E18 (or 0x824E18) is known color: Russet. HEX triplet: 82, 4E and 18. RGB value is (130,78,24). Sum of RGB (Red+Green+Blue) = 130+78+24=232 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.03% from 232); Green value is 78 (30.86% from 255 or 33.62% from 232); Blue value is 24 (9.77% from 255 or 10.34% from 232); Max value from RGB is 130 - color contains mainly: red. Hex color #824E18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #824E18 is #7DB1E7. Grayscale: #575757. Windows color (decimal): -8237544 or 1592962. OLE color: 1592962.

HSL color Cylindrical-coordinate representation of color #824E18: hue angle of 30.57º 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 #824E18 is Cyan = 0, Magento = 0.40, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 78 24 -
CMYK 0 0.40 0.82 0.49
HSL 30.57º 0.69% 0.3% -
HSV(B) 30.57º 0.82% 0.51% -
XYZ 12.1 10.26 2.21 -
YUV 87.39 92.23 158.39 -
System Red Green Blue C M Y K H S L
Decimal 130 78 24 0 0.40 0.82 0.49 30.57 0.69 0.3
Hex 82 4E 18 0 28 52 31 1F 45 1E
Octal 202 116 30 0 50 122 61 37 105 36
Binary 10000010 1001110 11000 0 101000 1010010 110001 11111 1000101 11110

Color Harmonies of #824E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824E18

Black with #824E18

Text Example


Text Example

White with #824E18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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