Html Css Color HEX #824A23 Russet

📋 copy color: '#824A23'

red 130 ◦ green 74 ◦ blue 35

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

Shades of Russet #824A23

Tints of Russet #824A23

RGB

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

 GREEN value IS 74 (29.3% from 255) = 30.96%

 BLUE value IS 35 (14.06% from 255) = 14.64%

R = 54.39%
G = 30.96%
B = 14.64%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.73

 K value IS 0.49

RGB Variations

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

Color information

#824A23 (or 0x824A23) is known color: Russet. HEX triplet: 82, 4A and 23. RGB value is (130,74,35). Sum of RGB (Red+Green+Blue) = 130+74+35=239 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.39% from 239); Green value is 74 (29.30% from 255 or 30.96% from 239); Blue value is 35 (14.06% from 255 or 14.64% from 239); Max value from RGB is 130 - color contains mainly: red. Hex color #824A23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824A23 is #7DB5DC. Grayscale: #565656. Windows color (decimal): -8238557 or 2312834. OLE color: 2312834.

HSL color Cylindrical-coordinate representation of color #824A23: hue angle of 24.63º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #824A23 is Cyan = 0, Magento = 0.43, Yellow = 0.73 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 74 35 -
CMYK 0 0.43 0.73 0.49
HSL 24.63º 0.58% 0.32% -
HSV(B) 24.63º 0.73% 0.51% -
XYZ 11.96 9.76 2.84 -
YUV 86.3 99.05 159.17 -
System Red Green Blue C M Y K H S L
Decimal 130 74 35 0 0.43 0.73 0.49 24.63 0.58 0.32
Hex 82 4A 23 0 2B 49 31 19 3A 20
Octal 202 112 43 0 53 111 61 31 72 40
Binary 10000010 1001010 100011 0 101011 1001001 110001 11001 111010 100000

Color Harmonies of #824A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824A23

Black with #824A23

Text Example


Text Example

White with #824A23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,74,35); }

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

background-color css

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

 a { background-color: rgb(130,74,35); }

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

border-color css

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

 span { border-color: rgb(130,74,35); }

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