Html Css Color HEX #824C14 Russet

📋 copy color: '#824C14'

red 130 ◦ green 76 ◦ blue 20

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

Shades of Russet #824C14

Tints of Russet #824C14

RGB

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

 GREEN value IS 76 (30.08% from 255) = 33.63%

 BLUE value IS 20 (8.2% from 255) = 8.85%

R = 57.52%
G = 33.63%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#824C14 (or 0x824C14) is known color: Russet. HEX triplet: 82, 4C and 14. RGB value is (130,76,20). Sum of RGB (Red+Green+Blue) = 130+76+20=226 (29% of max value = 765). Red value is 130 (51.17% from 255 or 57.52% from 226); Green value is 76 (30.08% from 255 or 33.63% from 226); Blue value is 20 (8.20% from 255 or 8.85% from 226); Max value from RGB is 130 - color contains mainly: red. Hex color #824C14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824C14 is #7DB3EB. Grayscale: #565656. Windows color (decimal): -8238060 or 1330306. OLE color: 1330306.

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

Color convert

RGB 130 76 20 -
CMYK 0 0.42 0.85 0.49
HSL 30.55º 0.73% 0.29% -
HSV(B) 30.55º 0.85% 0.51% -
XYZ 11.92 9.97 1.96 -
YUV 85.76 90.89 159.55 -
System Red Green Blue C M Y K H S L
Decimal 130 76 20 0 0.42 0.85 0.49 30.55 0.73 0.29
Hex 82 4C 14 0 2A 55 31 1F 49 1D
Octal 202 114 24 0 52 125 61 37 111 35
Binary 10000010 1001100 10100 0 101010 1010101 110001 11111 1001001 11101

Color Harmonies of #824C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824C14

Black with #824C14

Text Example


Text Example

White with #824C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,76,20); }

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

background-color css

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

 a { background-color: rgb(130,76,20); }

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

border-color css

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

 span { border-color: rgb(130,76,20); }

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