Html Css Color HEX #824B1E Russet

📋 copy color: '#824B1E'

red 130 ◦ green 75 ◦ blue 30

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

Shades of Russet #824B1E

Tints of Russet #824B1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.77%

R = 55.32%
G = 31.91%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.77

 K value IS 0.49

RGB Variations

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

Color information

#824B1E (or 0x824B1E) is known color: Russet. HEX triplet: 82, 4B and 1E. RGB value is (130,75,30). Sum of RGB (Red+Green+Blue) = 130+75+30=235 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.32% from 235); Green value is 75 (29.69% from 255 or 31.91% from 235); Blue value is 30 (12.11% from 255 or 12.77% from 235); Max value from RGB is 130 - color contains mainly: red. Hex color #824B1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824B1E is #7DB4E1. Grayscale: #565656. Windows color (decimal): -8238306 or 1985410. OLE color: 1985410.

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

Color convert

RGB 130 75 30 -
CMYK 0 0.42 0.77 0.49
HSL 27º 0.63% 0.31% -
HSV(B) 27º 0.77% 0.51% -
XYZ 11.96 9.87 2.5 -
YUV 86.32 96.22 159.16 -
System Red Green Blue C M Y K H S L
Decimal 130 75 30 0 0.42 0.77 0.49 27 0.63 0.31
Hex 82 4B 1E 0 2A 4D 31 1B 3E 1F
Octal 202 113 36 0 52 115 61 33 76 37
Binary 10000010 1001011 11110 0 101010 1001101 110001 11011 111110 11111

Color Harmonies of #824B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824B1E

Black with #824B1E

Text Example


Text Example

White with #824B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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