Html Css Color HEX #824318 Russet

📋 copy color: '#824318'

red 130 ◦ green 67 ◦ blue 24

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

Shades of Russet #824318

Tints of Russet #824318

RGB

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

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

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

R = 58.82%
G = 30.32%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#824318 (or 0x824318) is known color: Russet. HEX triplet: 82, 43 and 18. RGB value is (130,67,24). Sum of RGB (Red+Green+Blue) = 130+67+24=221 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.82% from 221); Green value is 67 (26.56% from 255 or 30.32% from 221); Blue value is 24 (9.77% from 255 or 10.86% from 221); Max value from RGB is 130 - color contains mainly: red. Hex color #824318 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824318 is #7DBCE7. Grayscale: #515151. Windows color (decimal): -8240360 or 1590146. OLE color: 1590146.

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

Color convert

RGB 130 67 24 -
CMYK 0 0.48 0.82 0.49
HSL 24.34º 0.69% 0.3% -
HSV(B) 24.34º 0.82% 0.51% -
XYZ 11.38 8.83 1.97 -
YUV 80.94 95.87 163 -
System Red Green Blue C M Y K H S L
Decimal 130 67 24 0 0.48 0.82 0.49 24.34 0.69 0.3
Hex 82 43 18 0 30 52 31 18 45 1E
Octal 202 103 30 0 60 122 61 30 105 36
Binary 10000010 1000011 11000 0 110000 1010010 110001 11000 1000101 11110

Color Harmonies of #824318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824318

Black with #824318

Text Example


Text Example

White with #824318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824318; }

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

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

background-color css

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

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

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

border-color css

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

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

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