Html Css Color HEX #814318 Russet

📋 copy color: '#814318'

red 129 ◦ green 67 ◦ blue 24

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

Shades of Russet #814318

Tints of Russet #814318

RGB

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

 GREEN value IS 67 (26.56% from 255) = 30.45%

 BLUE value IS 24 (9.77% from 255) = 10.91%

R = 58.64%
G = 30.45%
B = 10.91%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#814318 (or 0x814318) is known color: Russet. HEX triplet: 81, 43 and 18. RGB value is (129,67,24). Sum of RGB (Red+Green+Blue) = 129+67+24=220 (29% of max value = 765). Red value is 129 (50.78% from 255 or 58.64% from 220); Green value is 67 (26.56% from 255 or 30.45% from 220); Blue value is 24 (9.77% from 255 or 10.91% from 220); Max value from RGB is 129 - color contains mainly: red. Hex color #814318 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814318 is #7EBCE7. Grayscale: #505050. Windows color (decimal): -8305896 or 1590145. OLE color: 1590145.

HSL color Cylindrical-coordinate representation of color #814318: hue angle of 24.57º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #814318 is Cyan = 0, Magento = 0.48, Yellow = 0.81 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 67 24 -
CMYK 0 0.48 0.81 0.49
HSL 24.57º 0.69% 0.3% -
HSV(B) 24.57º 0.81% 0.51% -
XYZ 11.23 8.75 1.96 -
YUV 80.64 96.04 162.5 -
System Red Green Blue C M Y K H S L
Decimal 129 67 24 0 0.48 0.81 0.49 24.57 0.69 0.3
Hex 81 43 18 0 30 51 31 19 45 1E
Octal 201 103 30 0 60 121 61 31 105 36
Binary 10000001 1000011 11000 0 110000 1010001 110001 11001 1000101 11110

Color Harmonies of #814318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814318

Black with #814318

Text Example


Text Example

White with #814318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814318; }

 p { color: rgb(129,67,24); }

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

background-color css

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

 a { background-color: rgb(129,67,24); }

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

border-color css

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

 span { border-color: rgb(129,67,24); }

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