Html Css Color HEX #824B1C Russet

📋 copy color: '#824B1C'

red 130 ◦ green 75 ◦ blue 28

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

Shades of Russet #824B1C

Tints of Russet #824B1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.02%

R = 55.79%
G = 32.19%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#824B1C (or 0x824B1C) is known color: Russet. HEX triplet: 82, 4B and 1C. RGB value is (130,75,28). Sum of RGB (Red+Green+Blue) = 130+75+28=233 (30% of max value = 765). Red value is 130 (51.17% from 255 or 55.79% from 233); Green value is 75 (29.69% from 255 or 32.19% from 233); Blue value is 28 (11.33% from 255 or 12.02% from 233); Max value from RGB is 130 - color contains mainly: red. Hex color #824B1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824B1C is #7DB4E3. Grayscale: #565656. Windows color (decimal): -8238308 or 1854338. OLE color: 1854338.

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

Color convert

RGB 130 75 28 -
CMYK 0 0.42 0.78 0.49
HSL 27.65º 0.65% 0.31% -
HSV(B) 27.65º 0.78% 0.51% -
XYZ 11.93 9.86 2.37 -
YUV 86.09 95.22 159.32 -
System Red Green Blue C M Y K H S L
Decimal 130 75 28 0 0.42 0.78 0.49 27.65 0.65 0.31
Hex 82 4B 1C 0 2A 4E 31 1C 41 1F
Octal 202 113 34 0 52 116 61 34 101 37
Binary 10000010 1001011 11100 0 101010 1001110 110001 11100 1000001 11111

Color Harmonies of #824B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824B1C

Black with #824B1C

Text Example


Text Example

White with #824B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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