Html Css Color HEX #824B19 Russet

📋 copy color: '#824B19'

red 130 ◦ green 75 ◦ blue 25

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

Shades of Russet #824B19

Tints of Russet #824B19

RGB

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

 GREEN value IS 75 (29.69% from 255) = 32.61%

 BLUE value IS 25 (10.16% from 255) = 10.87%

R = 56.52%
G = 32.61%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#824B19 (or 0x824B19) is known color: Russet. HEX triplet: 82, 4B and 19. RGB value is (130,75,25). Sum of RGB (Red+Green+Blue) = 130+75+25=230 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.52% from 230); Green value is 75 (29.69% from 255 or 32.61% from 230); Blue value is 25 (10.16% from 255 or 10.87% from 230); Max value from RGB is 130 - color contains mainly: red. Hex color #824B19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824B19 is #7DB4E6. Grayscale: #565656. Windows color (decimal): -8238311 or 1657730. OLE color: 1657730.

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

Color convert

RGB 130 75 25 -
CMYK 0 0.42 0.81 0.49
HSL 28.57º 0.68% 0.3% -
HSV(B) 28.57º 0.81% 0.51% -
XYZ 11.9 9.85 2.19 -
YUV 85.75 93.72 159.57 -
System Red Green Blue C M Y K H S L
Decimal 130 75 25 0 0.42 0.81 0.49 28.57 0.68 0.3
Hex 82 4B 19 0 2A 51 31 1D 44 1E
Octal 202 113 31 0 52 121 61 35 104 36
Binary 10000010 1001011 11001 0 101010 1010001 110001 11101 1000100 11110

Color Harmonies of #824B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824B19

Black with #824B19

Text Example


Text Example

White with #824B19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,75,25); }

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

background-color css

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

 a { background-color: rgb(130,75,25); }

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

border-color css

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

 span { border-color: rgb(130,75,25); }

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