Html Css Color HEX #81481B Russet

📋 copy color: '#81481B'

red 129 ◦ green 72 ◦ blue 27

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

Shades of Russet #81481B

Tints of Russet #81481B

RGB

 RED value IS 129 (50.78% from 255) = 56.58%

 GREEN value IS 72 (28.52% from 255) = 31.58%

 BLUE value IS 27 (10.94% from 255) = 11.84%

R = 56.58%
G = 31.58%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.79

 K value IS 0.49

RGB Variations

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

Color information

#81481B (or 0x81481B) is known color: Russet. HEX triplet: 81, 48 and 1B. RGB value is (129,72,27). Sum of RGB (Red+Green+Blue) = 129+72+27=228 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.58% from 228); Green value is 72 (28.52% from 255 or 31.58% from 228); Blue value is 27 (10.94% from 255 or 11.84% from 228); Max value from RGB is 129 - color contains mainly: red. Hex color #81481B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81481B is #7EB7E4. Grayscale: #545454. Windows color (decimal): -8304613 or 1788033. OLE color: 1788033.

HSL color Cylindrical-coordinate representation of color #81481B: hue angle of 26.47º 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 #81481B is Cyan = 0, Magento = 0.44, Yellow = 0.79 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 72 27 -
CMYK 0 0.44 0.79 0.49
HSL 26.47º 0.65% 0.31% -
HSV(B) 26.47º 0.79% 0.51% -
XYZ 11.57 9.38 2.24 -
YUV 83.91 95.88 160.16 -
System Red Green Blue C M Y K H S L
Decimal 129 72 27 0 0.44 0.79 0.49 26.47 0.65 0.31
Hex 81 48 1B 0 2C 4F 31 1A 41 1F
Octal 201 110 33 0 54 117 61 32 101 37
Binary 10000001 1001000 11011 0 101100 1001111 110001 11010 1000001 11111

Color Harmonies of #81481B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81481B

Black with #81481B

Text Example


Text Example

White with #81481B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81481B; }

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

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

background-color css

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

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

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

border-color css

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

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

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