Html Css Color HEX #824320 Russet

📋 copy color: '#824320'

red 130 ◦ green 67 ◦ blue 32

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

Shades of Russet #824320

Tints of Russet #824320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 13.97%

R = 56.77%
G = 29.26%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#824320 (or 0x824320) is known color: Russet. HEX triplet: 82, 43 and 20. RGB value is (130,67,32). Sum of RGB (Red+Green+Blue) = 130+67+32=229 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.77% from 229); Green value is 67 (26.56% from 255 or 29.26% from 229); Blue value is 32 (12.89% from 255 or 13.97% from 229); Max value from RGB is 130 - color contains mainly: red. Hex color #824320 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824320 is #7DBCDF. Grayscale: #525252. Windows color (decimal): -8240352 or 2114434. OLE color: 2114434.

HSL color Cylindrical-coordinate representation of color #824320: hue angle of 21.43º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #824320 is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 67 32 -
CMYK 0 0.48 0.75 0.49
HSL 21.43º 0.6% 0.32% -
HSV(B) 21.43º 0.75% 0.51% -
XYZ 11.47 8.86 2.47 -
YUV 81.85 99.87 162.35 -
System Red Green Blue C M Y K H S L
Decimal 130 67 32 0 0.48 0.75 0.49 21.43 0.6 0.32
Hex 82 43 20 0 30 4B 31 15 3C 20
Octal 202 103 40 0 60 113 61 25 74 40
Binary 10000010 1000011 100000 0 110000 1001011 110001 10101 111100 100000

Color Harmonies of #824320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824320

Black with #824320

Text Example


Text Example

White with #824320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824320; }

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

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

background-color css

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

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

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

border-color css

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

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

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