Html Css Color HEX #863E1E Russet

📋 copy color: '#863E1E'

red 134 ◦ green 62 ◦ blue 30

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

Shades of Russet #863E1E

Tints of Russet #863E1E

RGB

 RED value IS 134 (52.73% from 255) = 59.29%

 GREEN value IS 62 (24.61% from 255) = 27.43%

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

R = 59.29%
G = 27.43%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#863E1E (or 0x863E1E) is known color: Russet. HEX triplet: 86, 3E and 1E. RGB value is (134,62,30). Sum of RGB (Red+Green+Blue) = 134+62+30=226 (29% of max value = 765). Red value is 134 (52.73% from 255 or 59.29% from 226); Green value is 62 (24.61% from 255 or 27.43% from 226); Blue value is 30 (12.11% from 255 or 13.27% from 226); Max value from RGB is 134 - color contains mainly: red. Hex color #863E1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863E1E is #79C1E1. Grayscale: #505050. Windows color (decimal): -7979490 or 1982086. OLE color: 1982086.

HSL color Cylindrical-coordinate representation of color #863E1E: hue angle of 18.46º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #863E1E is Cyan = 0, Magento = 0.54, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 62 30 -
CMYK 0 0.54 0.78 0.47
HSL 18.46º 0.63% 0.32% -
HSV(B) 18.46º 0.78% 0.53% -
XYZ 11.79 8.61 2.27 -
YUV 79.88 99.85 166.6 -
System Red Green Blue C M Y K H S L
Decimal 134 62 30 0 0.54 0.78 0.47 18.46 0.63 0.32
Hex 86 3E 1E 0 36 4E 2F 12 3F 20
Octal 206 76 36 0 66 116 57 22 77 40
Binary 10000110 111110 11110 0 110110 1001110 101111 10010 111111 100000

Color Harmonies of #863E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863E1E

Black with #863E1E

Text Example


Text Example

White with #863E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863E1E; }

 p { color: rgb(134,62,30); }

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

background-color css

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

 a { background-color: rgb(134,62,30); }

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

border-color css

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

 span { border-color: rgb(134,62,30); }

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