Html Css Color HEX #824514 Russet

📋 copy color: '#824514'

red 130 ◦ green 69 ◦ blue 20

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

Shades of Russet #824514

Tints of Russet #824514

RGB

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

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

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

R = 59.36%
G = 31.51%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#824514 (or 0x824514) is known color: Russet. HEX triplet: 82, 45 and 14. RGB value is (130,69,20). Sum of RGB (Red+Green+Blue) = 130+69+20=219 (29% of max value = 765). Red value is 130 (51.17% from 255 or 59.36% from 219); Green value is 69 (27.34% from 255 or 31.51% from 219); Blue value is 20 (8.20% from 255 or 9.13% from 219); Max value from RGB is 130 - color contains mainly: red. Hex color #824514 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824514 is #7DBAEB. Grayscale: #515151. Windows color (decimal): -8239852 or 1328514. OLE color: 1328514.

HSL color Cylindrical-coordinate representation of color #824514: hue angle of 26.73º 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 #824514 is Cyan = 0, Magento = 0.47, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 69 20 -
CMYK 0 0.47 0.85 0.49
HSL 26.73º 0.73% 0.29% -
HSV(B) 26.73º 0.85% 0.51% -
XYZ 11.46 9.05 1.81 -
YUV 81.65 93.21 162.48 -
System Red Green Blue C M Y K H S L
Decimal 130 69 20 0 0.47 0.85 0.49 26.73 0.73 0.29
Hex 82 45 14 0 2F 55 31 1B 49 1D
Octal 202 105 24 0 57 125 61 33 111 35
Binary 10000010 1000101 10100 0 101111 1010101 110001 11011 1001001 11101

Color Harmonies of #824514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824514

Black with #824514

Text Example


Text Example

White with #824514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824514; }

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

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

background-color css

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

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

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

border-color css

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

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

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