#814B1B

Color #814B1B Russet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Russet #814B1B

Tints of Russet #814B1B

Color information

#814B1B (or 0x814B1B) is unknown color: approx Russet. HEX triplet: 81, 4B and 1B. RGB value is (129,75,27). Sum of RGB (Red+Green+Blue) = 129+75+27=231 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.84% from 231); Green value is 75 (29.69% from 255 or 32.47% from 231); Blue value is 27 (10.94% from 255 or 11.69% from 231); Max value from RGB is 129 - color contains mainly: red. Hex color #814B1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814B1B is #7EB4E4. Grayscale: #555555. Windows color (decimal): -8303845 or 1788801. OLE color: 1788801.

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

Color convert

RGB1297527-
CMYK00.420.790.49
HSL28.24º65.38%30.59%-
HSV(B)28.24º79.07%50.59%-
XYZ11.779.782.3-
YUV85.6794.89158.9-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 55.84%
GREEN value IS 75 (29.69% from 255) = 32.47%
BLUE value IS 27 (10.94% from 255) = 11.69%
R=55.84%
G=32.47%
B=11.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.79
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129752700.420.790.4928.2465.3830.59
Hex814B1B02A4F311c411f
Octal20111333052117613410137
Binary100000011001011110110101010100111111000111100100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814B1B; }

 p { color: rgb(129,75,27); }

 H1.HeaderClassName
 {
   color: #814B1B;
 }
 .AnyTagClassName
 {
   color: #814B1B;
 }
</style>
background-color css

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

 a { background-color: rgb(129,75,27); }

 div.DivClassName
 {
   background-color: #814B1B;
 }
 .BgClassName
 {
   background-color: #814B1B;
 }
</style>
border-color css

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

 span { border-color: rgb(129,75,27); }

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