Html Css Color HEX #824525 Russet

📋 copy color: '#824525'

red 130 ◦ green 69 ◦ blue 37

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

Shades of Russet #824525

Tints of Russet #824525

RGB

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

 GREEN value IS 69 (27.34% from 255) = 29.24%

 BLUE value IS 37 (14.84% from 255) = 15.68%

R = 55.08%
G = 29.24%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#824525 (or 0x824525) is known color: Russet. HEX triplet: 82, 45 and 25. RGB value is (130,69,37). Sum of RGB (Red+Green+Blue) = 130+69+37=236 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.08% from 236); Green value is 69 (27.34% from 255 or 29.24% from 236); Blue value is 37 (14.84% from 255 or 15.68% from 236); Max value from RGB is 130 - color contains mainly: red. Hex color #824525 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824525 is #7DBADA. Grayscale: #535353. Windows color (decimal): -8239835 or 2442626. OLE color: 2442626.

HSL color Cylindrical-coordinate representation of color #824525: hue angle of 20.65º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #824525 is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 69 37 -
CMYK 0 0.47 0.72 0.49
HSL 20.65º 0.56% 0.33% -
HSV(B) 20.65º 0.72% 0.51% -
XYZ 11.67 9.14 2.9 -
YUV 83.59 101.71 161.1 -
System Red Green Blue C M Y K H S L
Decimal 130 69 37 0 0.47 0.72 0.49 20.65 0.56 0.33
Hex 82 45 25 0 2F 48 31 15 38 21
Octal 202 105 45 0 57 110 61 25 70 41
Binary 10000010 1000101 100101 0 101111 1001000 110001 10101 111000 100001

Color Harmonies of #824525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824525

Black with #824525

Text Example


Text Example

White with #824525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824525; }

 p { color: rgb(130,69,37); }

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

background-color css

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

 a { background-color: rgb(130,69,37); }

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

border-color css

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

 span { border-color: rgb(130,69,37); }

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